REDCapCAST/R/NEWS.md
Paul W. Egeler, M.S., GStat d15c2d35ad Increment to v 0.2.0 and closes #10
Form timestamp fields also captured now.
2019-07-15 12:24:30 -04:00

16 lines
652 B
Markdown

# REDCapRITS 0.2.0 (Release date: 2019-??-??)
* [feature] User can now separate each form into its own data.frame, regardless if it is a repeating instrument or not. (#10)
* [bug] Handles auto-generated form timestamp fields.
# 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