v0.1.6
insights-engineering-bot
released this
23 Oct 10:47
·
45 commits
to main
since this release
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 allNA
. AllNA
variables can now be kept usingdrop_na = FALSE
. In addition, missing levels in the pivoted columns can be dropped withdrop_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