v0.2.1
New Features and Updates
- Added S3 method
ard_total_n.survey.design()which returns an ARD with both the survey-weighted and unweighted total sample size. - Added
warninganderrorcolumns toard_regression()output. (#148) - Implemented
cards::as_card()where needed in the package to convert data frames to class 'card'. (#200)
Bug Fixes
- Bug fix in
ard_categorical.survey.design()where all unweighted statistics were returned, even in the case where they were explicitly not requested.
Lifecycle Changes
- The
bt(pattern),reformulate2(pattern_term),reformulate2(pattern_response)arguments have been deprecated and are now ignored. We now usemake.names()to determine whether a column name needs to be wrapped in backticks. (#192)
What's Changed
- Workflow propagations by @walkowif in https://github.com/insightsengineering/cardx/pull/191
- Add website URL to DESCRIPTION by @edelarua in https://github.com/insightsengineering/cardx/pull/190
- Update pkgdown site logo by @edelarua in https://github.com/insightsengineering/cardx/pull/196
- Adding
ard_total_n.survey.design()S3 method by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/199 - Add
warninganderrorcolumns toard_regression()output by @edelarua in https://github.com/insightsengineering/cardx/pull/195 - Implement
cards::as_card()by @edelarua in https://github.com/insightsengineering/cardx/pull/201 - add
check_ard_structure()unit tests by @ayogasekaram in https://github.com/insightsengineering/cardx/pull/197 - Add
ard_*()function forstats::poisson.test()by @edelarua in https://github.com/insightsengineering/cardx/pull/194 bt(pattern)update by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/207
Full Changelog: insightsengineering/cardx@v0.2.0...v0.2.1