v0.6.1
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 https://github.com/insightsengineering/cards/pull/410
- Revert "Create .revdeprefs.yaml" by @kimjj93 in https://github.com/insightsengineering/cards/pull/428
- Adding
ard_identity()by @ddsjoberg in https://github.com/insightsengineering/cards/pull/432 - update forcats standalone script by @ayogasekaram in https://github.com/insightsengineering/cards/pull/436
- Update options help file by @kimjj93 in https://github.com/insightsengineering/cards/pull/433
- Fix
sort_ard_hierarchical()bug whenoverall=TRUEby @edelarua in https://github.com/insightsengineering/cards/pull/434 - Fix bug in ard_stack_hierarchical warning for non-unique
ids by @bzkrouse in https://github.com/insightsengineering/cards/pull/446 - Add
TRTAto ADSL data frame by @kimjj93 in https://github.com/insightsengineering/cards/pull/441 - Updating any
fmt_fnreferences tofmt_funfor consistency by @ddsjoberg in https://github.com/insightsengineering/cards/pull/455 - Add
AETOXGRtoADAEby @edelarua in https://github.com/insightsengineering/cards/pull/459 - Add R/medicine25 talk by @Melkiades in https://github.com/insightsengineering/cards/pull/460
- 447 shuffle bug by @bzkrouse in https://github.com/insightsengineering/cards/pull/463
New Contributors
- @Melkiades made their first contribution in https://github.com/insightsengineering/cards/pull/460
Full Changelog: insightsengineering/cards@v0.6.0...v0.6.1