v0.2.2
- Added a
data.framemethod toard_survival_survfit(). - Added a warning for incorrect formula type to
ard_survival_survfit(). (#223) - Implemented
summary(extend=TRUE)inard_survival_survfit()to return results for time points out of bounds. (#224) - Methods in the {survey} and {survival} packages do not retain inputs variables types in their outputs. We now are able retain these variable types in ARDs returned by
ard_continuous.survey.design(),ard_categorical.survey.design(),ard_continuous_ci.survey.design(),ard_categorical_ci.survey.design(), andard_survival_survfit.data.frame()(and notably, not inard_survival_survfit.survfit()).
What's Changed
- Update DESCRIPTION by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/209
- Workflow propagations by @walkowif in https://github.com/insightsengineering/cardx/pull/206
- align lme4 version with current rspm version by @shajoezhu in https://github.com/insightsengineering/cardx/pull/211
- adding example specifying conf level in
ard_survival_survfit()by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/217 - update tests by @ayogasekaram in https://github.com/insightsengineering/cardx/pull/220
- 213 update standalone@main by @ayogasekaram in https://github.com/insightsengineering/cardx/pull/225
- Enhance formula processing in
ard_survival_survfit()by @edelarua in https://github.com/insightsengineering/cardx/pull/226 - Update check.yaml by @shajoezhu in https://github.com/insightsengineering/cardx/pull/230
- add ard_categorical_ci.data.frame tests. by @ayogasekaram in https://github.com/insightsengineering/cardx/pull/228
- Update scheduled.yaml by @pawelru in https://github.com/insightsengineering/cardx/pull/232
- Added function to restore types in ARDs by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/231
New Contributors
- @shajoezhu made their first contribution in https://github.com/insightsengineering/cardx/pull/211
- @pawelru made their first contribution in https://github.com/insightsengineering/cardx/pull/232
Full Changelog: insightsengineering/cardx@v0.2.1...v0.2.2