v0.2.5
-
Adding
strataargument toard_categorical_max(). (#445, @jtalboys) -
Added function
ard_incidence_rate()to calculate ARDs for incidence rate estimation. (#234) -
Updating any
fmt_fnreferences tofmt_funfor consistency.- Any function with an argument
cardx::foo(fmt_fn)has been updated tocardx::foo(fmt_fun). The old syntax will continue to function, but with a deprecation warning to users. - 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 likecards::update_ard_fmt_fun(), this will be a breaking change.
- Any function with an argument
-
Fix in
ard_survival_survfit.data.frame()method where the stratifying variable was not correctly converted back to its original type. -
Fix in
ard_total_n.survey.design()to useupdate()instead ofdplyr::mutate(), which sometimes caused a downstream issue.
What's Changed
- Add
ard_incidence_rate()by @edelarua in https://github.com/insightsengineering/cardx/pull/280 - update forcats standalone script by @ayogasekaram in https://github.com/insightsengineering/cardx/pull/297
- Fix in
ard_survival_survfit.data.frame()type conversion by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/298 - Add strata argument to ard_categorical_max by @jtalboys in https://github.com/insightsengineering/cardx/pull/300
- Fmt fn to fmt fun by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/302
- 267 add unit test@main by @ayogasekaram in https://github.com/insightsengineering/cardx/pull/293
New Contributors
- @jtalboys made their first contribution in https://github.com/insightsengineering/cardx/pull/300
Full Changelog: insightsengineering/cardx@v0.2.4...v0.2.5