v0.2.1
insights-engineering-bot
released this
03 Sep 04:20
·
65 commits
to main
since this release
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
warning
anderror
columns 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 #191
- Add website URL to DESCRIPTION by @edelarua in #190
- Update pkgdown site logo by @edelarua in #196
- Adding
ard_total_n.survey.design()
S3 method by @ddsjoberg in #199 - Add
warning
anderror
columns toard_regression()
output by @edelarua in #195 - Implement
cards::as_card()
by @edelarua in #201 - add
check_ard_structure()
unit tests by @ayogasekaram in #197 - Add
ard_*()
function forstats::poisson.test()
by @edelarua in #194 bt(pattern)
update by @ddsjoberg in #207
Full Changelog: v0.2.0...v0.2.1