Changelog
teal.data 0.1.2
teal.data 0.1.0
- Initial release of
teal.data
a package for the data model used byteal
applications.
Changes (from behavior when functionality was part of teal
)
New features
- Added
metadata
field toTealDataset
to store a named list ofmetadata
items. It is available for module developers throughFilteredData$get_metadata("<<dataname>>")
and can be pulled or added directly to datasets derived fromTealDatasetConnectors
.
Breaking changes
-
get_key_duplicates
returns adata.frame
instead of atibble
. -
get_call()
function ofCallableFunction
now returns call with namespace included. -
MultiAssayExperiment
andSummarizedExperiment
are now suggested packages, not required. Objects dependent onMultiAssayExperiment
are changed to lazy-load these now suggested packages. - Minor changes to the interface of
TealDataset
, for example some active fields should be replaced by explicit “get” calls.