Skip to content

v0.2.2

Compare
Choose a tag to compare
@insights-engineering-bot 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 method ard_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. Use replace=FALSE to retain any previously formatted statistics in the stat_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 in cli::cli_format().
  • Bug fix in print_ard_conditions() and we can now print condition messages that contain curly brace pairs. (#309)

What's Changed

Full Changelog: v0.2.1...v0.2.2