metatools 0.1.4
CRAN release: 2023-02-13
- 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
metatools 0.1.3
CRAN release: 2022-10-06
- correct bug with
build_from_derived()
that prevented multiple from being combined - removed library calls from tests
- remove
floating_pt_correction
fromcombine_supp()
as it is best to never change the type of the main dataset - Add a message to
drop_unspec_vars
to explain which variables are dropped - Correct bug in
order_cols
, so it will still work when not all columns are present
metatools 0.1.2
- correct bug with
combine_supp()
when the data and the supp have different classes for the IDVARVAL - add error to
combine_supp()
to report when not all the rows in the supp have merged - add
floating_pt_correction
argument tocombine_supp()
used for when there are floating point errors withIDVARVAL