see 0.7.4
Changes
-
Updates docs and tests for
{ggplot2}
release (3.4.0
). -
New function
scale_color_colorhex()
provides color scales based on palettes
from https://www.color-hex.com (#245). -
The default for the smoothing bandwidth from
plot.check_predictions()
has
changed from"nrd0"
to"nrd"
, which seems to produce better fitting plots
for non-Gaussian models. Furthermore,performance::check_predictions()
accepts abw
argument (smoothing bandwidth), which is passed down to the
plot()
method's density-estimation.
Bug fixes
- Fixed issues with
plot()
forcheck_outliers()
for models with convergence
issues.