TidyDensity 1.2.1
Breaking Changes
None
New Features
None
Minor Fixes and Improvments
- Fix #210 - Fix param_grid order on internal which affected attributes and thus
the display of the order of the parameters. - Fix #211 - Add High and Low CI to
tidy_distribution_summary_tbl()
- Fix #213 - Use
purrr::compact()
on the list of distributions passed in order
to prevent the issue occurring in #212 - Fix #212 - Make
tidy_distribution_comparison()
more robust in terms of handling
bad or erroneous data. - Fix #216 - Add an attribute of "tibble_type" to
tidy_multi_single_dist()
which
helps it to work with other functions liketidy_random_walk()