Releases: atorus-research/metacore
Releases · atorus-research/metacore
0.2.1
0.2.0
Metacore 0.2.0
select_dataset()now creates a subsetted metacore object that is a subclass ofMetacorecalledDatasetMeta.- Objects of
DatasetMetasubclass will be expected as input to {metatools} functions going forward. - Print statement updated for both combined Metacore and subsetted DatasetMeta objects. This should be more informative and highlight the difference between the two object types (i.e., all datasets vs. single dataset).
- Errors and warning messages improved throughout.
- Bugfix issue in value_spec creation caused by VLM #108
0.1.3
What's Changed
- Fix issues simplification by @statasaurus in #100
- Closes #101 add get keys function by @tamarasenior in #102
- Dev by @statasaurus in #104
New Contributors
- @tamarasenior made their first contribution in #102
Full Changelog: 0.1.2...0.1.3
0.1.2
Update to correct issue with new version of dplyr
0.1.0
What's Changed
- Updates for latest version of {tidyselect}
- Move from XML to xml2 for define.xml processing
- Correct issue with warning on ds_var$core
- Correct bug with not reading the derivation of predecessor and assigned variables correctly
New Contributors
- @esimms999-gsk made their first contribution in #59
Full Changelog: 0.0.4...0.1.0
CRAN update to Include Sup
What's Changed
- Add supp tbl by @statasaurus in #38
- Sig dig by @statasaurus in #39
- adding new images by @MayaGans in #40
- Dev by @statasaurus in #41
Full Changelog: 0.0.3...0.0.4
First CRAN Release
- Fixes bugs found in the get_control_term function and improves error messages for get_control_term
- Improves internal naming consistency by renaming define_to_MetaCore to define_to_metacore
- Adds quiet option to readers, to allow users to optionally ignore the reader warnings
- Creates new example metacore object that is an .rda so much faster to read in
- Fixes issue with select dataset when variables are duplicated