Skip to content

Releases: castoredc/castoRedc

v2.1.0

02 Aug 11:57
3b3c51a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

14 May 08:49
5b50bc0
Compare
Choose a tag to compare

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

Full Changelog: v1.1.0...v2.0.0

v1.1.0

30 Nov 11:26
v1.1.0
b5bb161
Compare
Choose a tag to compare

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

Full Changelog: v1.0.5...v1.1.0

v1.0.5

24 Jan 12:52
v1.0.5
dccf144
Compare
Choose a tag to compare

Fixed incorrect version number in description file.

v1.0.4

17 Jan 08:41
v1.0.4
408cb18
Compare
Choose a tag to compare

Users can now conditionally load study data.

v1.0.3

15 Aug 14:36
Compare
Choose a tag to compare
More fixes to getReportInstances

v1.0.2

08 Aug 16:14
Compare
Choose a tag to compare
  • Fix bug in getReportInstancesBulk.

v1.0.1

23 Jul 15:30
Compare
Choose a tag to compare
  • Fix bug in getReportInstanceMetadata that caused an error when renaming result dataset.
  • Fix bug in getSurveys that didn't pass the include=steps parameter and gave a misleading empty survey_steps column.

v1.0

20 May 13:24
cc40a5c
Compare
Choose a tag to compare

Initial release