see 0.12.0
Breaking Changes
- The minimum needed R version has been bumped to
4.1, since{correlation},
a runtime dependency, requires it.
Major Changes
-
plot()forperformance::check_normality()now also supports objects from
psych::fa(),psych::principal()andparameters::factor_analysis(). -
plot()forperformance::check_outliers()gets a new"scree"type option,
to create a scree plot of outlier statistics. -
Minor re-labelling of axis titles and subtitles in
plot()for
performance::check_residuals(). -
Updates the package to adapt to the changes in the latest
{ggplot2}
release. -
Themes get an
axis.text.spaceargument, to define the spacing between axis
lines and axis labels. Due to changes in{ggplot2}, the default spacing was
slightly changed, now it can be set to the desired value using this argument.