NEWS (original) (raw)
tidyposterior 1.0.2
- Maintenance release for an upcoming ggplot2 release (#74).
- Transition from the magrittr pipe to the base R pipe.
tidyposterior 1.0.1
Maintenance release for a broken test in current R-devel.
Maintainer email change.
tidyposterior 1.0.0
- Transition from
gather()topivot_longer(). - Update to testthat 3e.
tidyposterior 0.1.0
- The
ggplot()methods are now removed in factor ofautoplot()methods. perf_mod()methods added for tuning parameter objects fromtune,finetune, andworkflowsets.rstanarmversion 2.21.1 or higher is now required due to changes to their APIs.- Re-licensed package from GPL-2 to MIT. All copyright holders are RStudio employees and give consent.
tidyposterior 0.0.3
contrast_models()now returns a tibble and has an extra column calledcontrast.- The plot methods are now deprecated and will be removed in the next version. They are not very good and can be replaced with simple
ggplotcode. - An optional formula argument was added to
perf_mod.rset()andperf_mod.data.frame(). When the resampling method has multiple ID columns, a nested data structure is assumed (with a warning). The newformulaargument can be used to over-ride the nesting.
Breaking Changes
- Methods for compatibility with
dplyr1.0.0. For the newerdplyrversion, if critical columns forposteriororposterior_diffobjects are removed, the objects is down-graded to a tibble. For earlier versions ofdplyr, the object is not down-cast.
tidyposterior 0.0.2
A small, maintenance release.
Minor bug fixes and improvements
- Moved from the
broompackage to thegenericspackage to get thetidygeneric. ggplot2was moved to Suggests- The sole
tidymethod was more explicitly exported so that thegenericsman files show the method. - The large RData objects containing the examples have been removed from the package and are accessible via a link to the GitHub repo.
tidyposterior 0.0.1
- First CRAN submission