Releases: pharmaverse/metatools
Releases · pharmaverse/metatools
0.2.0
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 thedecodepart 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 astrictoption that issues warnings rather than errors whenFALSE. (#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, andcheck_variables. - The
dataset_nameargument has been deprecated in various functions. - The
make_lone_datasetfunction has been deprecated.
0.1.6 CRAN update
What's Changed
- General updates by @billdenney in #61
- Allow zero-row supp data in
combine_supp()by @billdenney in #62 combine_supp()requires that the QNAM columns are not in the source dataset by @billdenney in #65combine_supp()now allows multipleQNAMvalues to go to the sameIDVARby @billdenney in #66- Close #57: Enhance check_ct_data by @anajens in #67
- Close #52: Verify the uniqueness of records by key by @tamarasenior in #68
- Update build from derive by @statasaurus in #70
New Contributors
- @billdenney made their first contribution in #61
- @anajens made their first contribution in #67
- @tamarasenior made their first contribution in #68
Full Changelog: 0.1.4...0.1.6
0.1.4 Update to dplyr and small bug fixes
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
What's Changed
- Fix combine supp by @statasaurus in #28
- Update documentation to match changes by @statasaurus in #29
- Correcting issue #31 and #33 in combine_supp by @statasaurus in #35
- Bug hunt by @statasaurus in #39
- Dev by @statasaurus in #40
Full Changelog: 0.1.1...0.1.3
0.1.1 first CRAN release
What's Changed
- Update build_from_derived to keep names of renamed columns by @statasaurus in #2
- Updates mike s sugs by @statasaurus in #6
- #7 fixing issue with the missing value when creating subgroups by @statasaurus in #8
- Adding labels (Mike made a PR!) by @mstackhouse in #5
- Fix num ct by @statasaurus in #10
- Modify error messages of checking ct to make it easier to understand … by @statasaurus in #11
- Mod ct checks by @statasaurus in #12
- Change codecov yaml to allow for comments by @statasaurus in #13
- Supp fx by @statasaurus in #18
- #16 Adding function to remove labels from datasets by @statasaurus in #19
- Add add cols by @statasaurus in #20
- #22 Update to match testers feedback and to call metacore from cran by @statasaurus in #23
New Contributors
- @statasaurus made their first contribution in #2
- @mstackhouse made their first contribution in #5
Full Changelog: https://github.com/pharmaverse/metatools/commits/0.1.1