Skip to content

Releases: atorus-research/metacore

0.2.1

11 Aug 10:48

Choose a tag to compare

Metacore 0.2.1

  • Hotfix import cli_alert_info issue from {cli} package.

0.2.0

11 Aug 10:45
36a74cc

Choose a tag to compare

Metacore 0.2.0

  • select_dataset() now creates a subsetted metacore object that is a subclass of Metacore called DatasetMeta.
  • Objects of DatasetMeta subclass 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

02 May 15:10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.2...0.1.3

0.1.2

24 Jul 08:01
c3170d3

Choose a tag to compare

Update to correct issue with new version of dplyr

0.1.0

04 Oct 10:44
f957141

Choose a tag to compare

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

Full Changelog: 0.0.4...0.1.0

CRAN update to Include Sup

01 Apr 15:27
73d819b

Choose a tag to compare

What's Changed

Full Changelog: 0.0.3...0.0.4

First CRAN Release

14 Feb 15:29

Choose a tag to compare

  • 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

v0.0.1.1

08 Jan 22:13
f94c402

Choose a tag to compare

This is the first attempted to get on cran. For differences from this release and the alpha release see the NEWS