v0.6.1
·
94 commits
to main
since this release
New Features and Functions
- Added new function
ard_identity()for saving pre-calculated statistics in an ARD format. (#379)
Lifecycle Changes
- Updating any
fmt_fnreferences tofmt_funfor consistency.- Any function with an argument
cards::foo(fmt_fn)has been updated tocards::foo(fmt_fun). The old syntax will continue to function, but with a deprecation warning to users. - The following function names have been updated:
alias_as_fmt_fun(),apply_fmt_fun(), andupdate_ard_fmt_fun(). The former function names are still exported from the package, and users will see a deprecation note when they are used. - Importantly, the ARD column named
"fmt_fn"has been updated to"fmt_fun". This change cannot be formally deprecated. For users who were accessing the ARD object directly to modify this column instead of using functions likeupdate_ard_fmt_fun(), this will be a breaking change.
- Any function with an argument
Bug Fixes
- Fix bug in
sort_ard_hierarchical()when hierarchical ARD hasoverall=TRUE. (#431) - Fix bug in
ard_stack_hierarchical()whenidvalues are present in multiple levels of thebyvariables. (#442) - Fix bug in
shuffle_ard()where error is thrown if input contains hierarchical results. (#447)
What's Changed
- Create .revdeprefs.yaml by @shajoezhu in #410
- Revert "Create .revdeprefs.yaml" by @kimjj93 in #428
- Adding
ard_identity()by @ddsjoberg in #432 - update forcats standalone script by @ayogasekaram in #436
- Update options help file by @kimjj93 in #433
- Fix
sort_ard_hierarchical()bug whenoverall=TRUEby @edelarua in #434 - Fix bug in ard_stack_hierarchical warning for non-unique
ids by @bzkrouse in #446 - Add
TRTAto ADSL data frame by @kimjj93 in #441 - Updating any
fmt_fnreferences tofmt_funfor consistency by @ddsjoberg in #455 - Add
AETOXGRtoADAEby @edelarua in #459 - Add R/medicine25 talk by @Melkiades in #460
- 447 shuffle bug by @bzkrouse in #463
New Contributors
- @Melkiades made their first contribution in #460
Full Changelog: v0.6.0...v0.6.1