This website requires JavaScript.
Explore
Help
Sign In
mz-health
/
OMOP
mirror of
https://github.com/OHDSI/CommonDataModel.git
Watch
1
Star
0
Fork
You've already forked OMOP
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
690c9edf40
OMOP
/
.Rbuildignore
5 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding v5.4 field level file
2021-07-20 17:59:23 +00:00
^.*\.Rproj$
^\.Rproj\.user$
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 15:49:36 +00:00
^LICENSE\.md$
.github/*