Skip to content

v0.6.1

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 03 Jul 13:42
· 94 commits to main since this release

New Features and Functions

  • Added new function ard_identity() for saving pre-calculated statistics in an ARD format. (#379)

Lifecycle Changes

  • Updating any fmt_fn references to fmt_fun for consistency.
    • Any function with an argument cards::foo(fmt_fn) has been updated to cards::foo(fmt_fun). The old syntax will continue to function, but with a deprecation warning to users.
    • The following function names have been updated: alias_as_fmt_fun(), apply_fmt_fun(), and update_ard_fmt_fun(). The former function names are still exported from the package, and users will see a deprecation note when they are used.
    • Importantly, the ARD column named "fmt_fn" has been updated to "fmt_fun". This change cannot be formally deprecated. For users who were accessing the ARD object directly to modify this column instead of using functions like update_ard_fmt_fun(), this will be a breaking change.

Bug Fixes

  • Fix bug in sort_ard_hierarchical() when hierarchical ARD has overall=TRUE. (#431)
  • Fix bug in ard_stack_hierarchical() when id values are present in multiple levels of the by variables. (#442)
  • Fix bug in shuffle_ard() where error is thrown if input contains hierarchical results. (#447)

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1