Closes #9. User can specify primary table label

Incremented to v0.1.0
This commit is contained in:
Paul W. Egeler, M.S., GStat 2019-07-01 16:54:29 -04:00
commit 76420b527c
5 changed files with 118 additions and 87 deletions

10
R/NEWS.md Normal file
View file

@ -0,0 +1,10 @@
# REDCapRITS 0.1.0 (Release date: 2019-07-01)
* [feature] User can now specify the name of the 'primary' table, which previously was left blank. (#9)
* [bug] Keeps REDCap-generated fields in non-repeating data.frame that are not present in metadata file. (#7)
* [enhancement] Unit tests created. (#6)
* [bug] Checkbox data now supported. (#1)
# REDCapRITS 0.0.0 (Release date: 2018-06-03)
* Initial Release