Commit Graph

34 Commits

Author SHA1 Message Date
Clair Blacketer fac08dfbee Final edits for cran submission
This commit adds comments for the cran submission and schedules github actions to run once a week.
2024-02-02 11:52:43 -05:00
Frank DeFalco 3874edd67b update for platform build differences 2023-10-26 14:27:35 -04:00
Frank DeFalco 1ac9880f40 updates to documentation and build status 2023-10-26 14:13:30 -04:00
Frank DeFalco 428420ec94 improve error handling on database connector jar setings. 2023-09-07 14:37:29 -04:00
Frank DeFalco 1bcb2236e8 resolved issues with CHECK and tests. 2023-09-07 13:52:20 -04:00
Adam Black de1c577b6b replace outputpath with outputfolder for consistency. update documentation. 2021-08-20 11:25:10 -04:00
Adam Black b8425920ff Add test for buildRelease. 2021-08-20 11:06:47 -04:00
Adam Black c98e171ebc add ddl execution 2021-08-19 23:58:18 -04:00
Adam Black ec02071b64 test connection on all platforms 2021-08-19 23:42:04 -04:00
Adam Black 8fc2ae6e4e debug actions 2021-08-19 23:38:29 -04:00
Adam Black 2a9fa71612 debug actions. 2021-08-19 23:12:55 -04:00
Adam Black 3af7fdbe69 debug actions 2021-08-19 23:05:43 -04:00
Adam Black 94ffcba404 debug actions. 2021-08-19 22:59:07 -04:00
Adam Black e68cb43854 debug tests on github 2021-08-19 22:45:23 -04:00
Adam Black d6d213c7f6 fix bug in setup 2021-08-19 22:31:06 -04:00
Adam Black cedf334df6 Add tests for oracle and sql server. Move setup.R file. 2021-08-19 22:23:39 -04:00
Adam Black 2b0acc8d53 update setup file 2021-08-19 18:49:15 -04:00
Adam Black ff4f8337f8 Fix bug in setup test script. 2021-08-19 16:28:21 -04:00
Adam Black 63ba979509 Merge in Maxims changes. update documentation 2021-08-19 16:00:24 -04:00
Adam Black ed5fb2d428 Add tests for redshift. Clean up test setup file. 2021-08-19 15:17:01 -04:00
Adam Black 19462d322d
Add tests, github actions, and executeDdl function (#425)
* Add github actions workflow to build package and run tests.

* update Description file

* rename .Rproj file.

* Consolidate 'create' functions into one file.

* Add tests for create functions.

* update description

* removed spaces in file and folder names. Regenerated ddl output. Tried to fix Field_Level.csv file.

* consolidate write functions into one file. Add execute function.

* update docs

* add tests for write and execute functions

* update documentation

* Add windows and linux runners in github actions.

* update github actions

* download drivers before running tests

* fix small error in setup test file.

* debug github actions

* debug github actions

* debug github actions

* debug github actions

* fix tiny bug

* comment out execute ddl test

* fix bug in test

* Add execute test back in

* revert accidental change in description

* add print statement for debugging schema error on github actions.

* Fix schema environment variable name

* Add comment to github actions workflow file.

* remove placeholder text in function documentation.

* Rename createdDdl.R to createDdl.R

Co-authored-by: Adam Black <adam.black@odysseusinc.com>
2021-08-19 11:49:36 -04:00
Adam Black 66a892d87c add print statement for debugging schema error on github actions. 2021-08-19 09:11:02 -04:00
Adam Black c2717409d3 Add execute test back in 2021-08-19 08:33:24 -04:00
Adam Black cea09cf273 fix bug in test 2021-08-19 08:23:41 -04:00
Adam Black 7ecd0a5410 comment out execute ddl test 2021-08-19 08:13:03 -04:00
Adam Black c85759800e fix tiny bug 2021-08-19 07:47:49 -04:00
Adam Black bce8bc5edc debug github actions 2021-08-19 07:45:18 -04:00
Adam Black 639d6a9d0a debug github actions 2021-08-19 07:35:41 -04:00
Adam Black 7a59d0350f debug github actions 2021-08-19 00:25:02 -04:00
Adam Black b54b1947dd debug github actions 2021-08-19 00:18:54 -04:00
Adam Black 3b2c6b5757 fix small error in setup test file. 2021-08-19 00:12:04 -04:00
Adam Black d17830759e download drivers before running tests 2021-08-19 00:04:51 -04:00
Adam Black ae921ede24 add tests for write and execute functions 2021-08-18 23:35:38 -04:00
Adam Black f92a21cd64 Add tests for create functions. 2021-08-18 17:20:59 -04:00