v0.2.2
insights-engineering-bot
released this
02 Sep 17:41
·
103 commits
to main
since this release
New Features & Updates
- Converted
ard_total_n()
to an S3 generic and added methodard_total_n.data.frame()
. - Added the
bind_ard(.quiet)
argument to suppress messaging. (#299) - Improved ability of
shuffle_ard()
to populate missing group values where possible. (#306) - Added
apply_fmt_fn(replace)
argument. Usereplace=FALSE
to retain any previously formatted statistics in thestat_fmt
column. (#285) - Added
bind_ard(.distinct)
argument, which can remove non-distinct rows from the ARD across grouping variables, primary variables, context, statistic name and value. (#286)
Bug Fixes
- Fix in
print_ard_conditions()
when the variables were factors, which did not render properly incli::cli_format()
. - Bug fix in
print_ard_conditions()
and we can now print condition messages that contain curly brace pairs. (#309)
What's Changed
- Update pkgdown site logo by @edelarua in #293
- Use
AEDECOD
instead ofAETERM
in tests & examples by @edelarua in #294 - add check_ard_structure() function to unit tests. by @ayogasekaram in #289
- Adding
ard_total_n.data.frame()
method by @ddsjoberg in #296 - Add
as_card()
function to convert to class 'card' by @edelarua in #292 - Fix bug introduced by returning empty ARD in
ard_complex()
by @edelarua in #297 - Fix in
print_ard_conditions()
where variable not processed correctly withcli::cli_format()
by @ddsjoberg in #298 - Workflow propagations by @walkowif in #284
- Added the
bind_ard(.quiet)
argument by @ddsjoberg in #300 - adding more selectors by @ddsjoberg in #280
- Adding
add_calculated_row()
by @ddsjoberg in #281 - Added
apply_fmt_fn(replace)
argument by @ddsjoberg in #305 - Added
bind_ard(.distinct)
argument by @ddsjoberg in #307 - Filling NA group values for "overall" calculations during
shuffle_ard()
by @bzkrouse in #306 - Migrated a cardx
ard_shuffle()
test by @ddsjoberg in #308 - Bug fix in
print_ard_conditions()
when message had curly brace pairs by @ddsjoberg in #310
Full Changelog: v0.2.1...v0.2.2