Skip to content

1.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 02:28
· 156 commits to dev since this release
c6625cb

New features

Data dictionaries
Users can now import a data dictionary and apply it to a dataset. This will apply text labels to numerically coded variables and set labels for variables with human-friendly names.
Linked data
New functions to load linked datasets from a .inzlnk file, where the file linkage is specified. Optionally users can include a data dictionary in this file, which will also be applied to the data.

Other changes

  • relocate survey specification reading files to new package surveyspec
  • add survival analysis as an option for fitModel via family = "cox"
  • initial implementation of (basic) database connectivity - this is in early alpha stage
  • various bug fixes/changes
  • fix some issues occuring when column names have spaces (in the CSV) (#200)