Skip to content

Releases: pharmaverse/metatools

0.2.0

11 Aug 10:52
892f29a

Choose a tag to compare

metatools 0.2.0

  • Functions now require a subsetted metacore object to be used i.e., created via metacore::select_dataset().
  • create_cat_var() now allows the new variable to be create using the decode part of the codelist as a label.(#82)
  • create_var_from_codelist() now allows the user to specify a codelist to use to create the new variables. (#83)
  • check_variables() now provides a strict option that issues warnings rather than errors when FALSE. (#86)
  • combine_supp() now adds labels from the "QLABEL" (#71)
  • combine_supp() no longer creates an "IDVARVAL" column (#78)
  • Improved error reporting for create_cat_var, create_var_from_codelist, and check_variables.
  • The dataset_name argument has been deprecated in various functions.
  • The make_lone_dataset function has been deprecated.

0.1.6 CRAN update

25 Jul 09:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.4...0.1.6

0.1.4 Update to dplyr and small bug fixes

14 Feb 11:13

Choose a tag to compare

What's Changed

  • correct bug with combine_supp() when the data and the supp have white space. Now it will be trimmed before attempting to merge
  • Updates made to work with the newest version of dplyr
  • Add get_bad_ct() function

0.1.3

13 Oct 15:13
f6cf28a

Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.3

0.1.1 first CRAN release

20 Apr 09:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/pharmaverse/metatools/commits/0.1.1