Skip to content

v0.4.0

Compare
Choose a tag to compare
@insights-engineering-bot insights-engineering-bot released this 01 Feb 05:51
· 64 commits to main since this release
7106fa8

Enhancements

  • Simplified join_key to better support primary keys.
  • JoinKey R6 object was removed in favor of a list-like object with class name join_keys. Subset operators and assignments are supported ([, [[, [<- and [[<-)
  • join_keys function works as a constructor, getter and setter.

Breaking changes

  • teal_data() and cdisc_data() return now teal_data class object which replaces TealData class object. teal_data becomes a standard input for the entire teal framework.
  • TealDataset, TealDatasetConnector or TealDataConnector classes have been removed. Delayed-data-loading is no longer supported by teal.data. So called connectors are now supported by teal package (see ?teal::teal_data_module).
  • join_keys() and join_key() return now join_keys object which replace JoinKeys class.

Miscellaneous

  • Specified minimal version of package dependencies.
  • Upgraded teal.code dependency from Imports to Depends.
  • Deprecated get_labels function and removed the supporting function data_label.

What's Changed

Full Changelog: v0.3.0...v0.4.0