| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-14 | 888 Bytes | |
| see 0.12.0 source code.tar.gz | 2025-09-14 | 2.7 MB | |
| see 0.12.0 source code.zip | 2025-09-14 | 3.0 MB | |
| Totals: 3 Items | 5.7 MB | 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 frompsych::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()forperformance::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.