- local Windows 10, 4.5.1 (2025-06-13 ucrt)
- winbuilder: R Under development (unstable) (2025-11-21 r89046 ucrt)
There were no ERRORs, WARNINGs or NOTES
devtools::revdep() revdep() [1] "Guerry" "heplots" "KnowBR" "MorphoTools2"
[5] "MultivariateAnalysis" "SurveyCC"
revdepcheck::revdep_check(num_workers = 4)
We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
- We saw 0 new problems
- We failed to check 0 packages
This is a major release, resolving some problems with plot_discrim() and adding considerable functionality
- Fixed buglet in
plot_discrim()where the variables in a formula needed to be reversed. plot_discrim()now gets thedatafrom the object, if not supplied.- Added
tile.alphaarg toplot_discim(); document how to customize colors, shapes, ... plot_discrim()gains anellipseargument to draw data ellipses for the groups.- Added
ellipse.argsto control stat_ellipse() parameters - Added
labelsandlabels.argsfor class labels at group means - Flesh out package description in README.
- Default for
posteriorinpredict_discrim()becomesFALSE, as rarely needed plot_discrim()now allows plotting the results in discriminant space, e.g.,LD2 ~ LD1- It also generates nice labels for the discriminant dimensions
- Added
scores.lda()to extract discriminant scores - Fixed problems in reflect()
- Added examples to README
- Started to add
testthatto package checks - Added another vignette using the
MASS::paintersdata - Added
painters2dataset