Releases: castoredc/castoRedc
Releases · castoredc/castoRedc
v2.1.0
What's Changed
- Add min version for {purrr} by @lcreteig in #45
- Force checkbox name to remain as is by @lcreteig in #47
- Removed getFieldInfo by @reiniervlinschoten in #48
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Breaking change: getStudyData now returns a list of lists of dataframes with Study, Survey and Repeating Data instances by @reiniervlinschoten in #33
- Each survey and repeating data type is returned in their own dataframe, instead of in a combined dataframe
- Previously a dataframe for the study data was returned with the repeating data and surveys as attributes
- Added the possibility for testing on local machines by @reiniervlinschoten in #28
- Updated documentation and .gitignore by @reiniervlinschoten in #28
- Fixed page merging for repeating data instances by @reiniervlinschoten in #29
- Renamed tests and API endpoint calls to new Castor nomenclature by @reiniervlinschoten in #29
- Removed unnecessary printing of verbose information and join_by warnings by @reiniervlinschoten in #30
- Added explicit user missing handling by @reiniervlinschoten in #32
- For date variables, they are represented by 31-12-29XX, where XX (95-99) indicates the type of missing data.
- For numeric variables, they are represented by the values -99 to -95, where 95 to 99 represent the type of missing data in Castor.
- For non-numeric variables, they are represented by ##_USER_MISSING_XX## where XX (95-99) indicates the type of missing data.
- Handle calculation fields as character instead of numeric, as they can return all sorts of values by @reiniervlinschoten in #32
- Add randomisation group and name to getStudyData by @reiniervlinschoten in #33
- Added the functionality to also return empty surveys and repeating data instances in getStudyData by @reiniervlinschoten in #39
- If study data is empty, getStudyData now returns a barebones dataframe with record information by @reiniervlinschoten in #40
- If survey data or repeating data instances are empty, return NULL by @reiniervlinschoten in #40
- Added an option to translate option group data to their labels in getStudyData, this option is on by default by @reiniervlinschoten in #38
- Fixed a join issue where repeating data instances were joined by name by @reiniervlinschoten in #35 and #37
- Fixed an issue where survey package instances could not get merged by @reiniervlinschoten in #36
- Other small bug fixes by @reiniervlinschoten in #40
New Contributors
- @reiniervlinschoten made their first contribution in #28
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- Added getOptionGroups and partial update to repeating data API. by @Sofietb-work in #23
- Bump version to 1.1.0 by @basbl in #24
New Contributors
- @Sofietb-work made their first contribution in #23
Full Changelog: v1.0.5...v1.1.0