Skip to content

v0.1.6

Compare
Choose a tag to compare
@insights-engineering-bot insights-engineering-bot released this 23 Oct 10:47
· 45 commits to main since this release
692cbad
  • render_safe now renders placeholder using in priority values corresponding to the key matching exactly the placeholder, case included.
  • New show_whisker function to display the available whiskers.
  • join_adsub_adsl now sends a warning when the continuous or categorical variables are missing or all NA. All NA variables can now be kept using drop_na = FALSE. In addition, missing levels in the pivoted columns can be dropped with drop_lvl = TRUE.
  • Remove mini_pivot_wider function which is no longer used.

What's Changed

  • 127 [bug] join_adsl_adsub fails when column is missing by @BFalquet in #128
  • 130 render_safe for whiskers always use lower-case variables by @BFalquet in #131
  • [skip vbump] 132 [Release]: <v0.1.6> by @BFalquet in #134

Full Changelog: v0.1.5...v0.1.6