Version 0.5.0
CRAN release: 2023-07-20
- The
pairs()generic andpairs.profile()method have both been deprecated, and replaced with thepairs_profile()function.
Version 0.4.4
CRAN release: 2023-03-29
- Put source on Github.
- Added a
NEWS.mdfile to track changes to the package. - Added
README.Rmd. - Added
pkgdownsite. - Added US spelling
centertoellipse.default()(thanks to James Curran).
Version 0.4.1
CRAN release: 2018-01-05
- At request of CRAN, added
pairs()generic function to avoid clash withMASS::pairs.profile() - other minor cleanups.
Version 0.3.6
- Bug fix:
...was not being passed from methods toellipse.default().
Version 0.3.3
- Nicer colors in
plotcorr()example (from Gregor Gorjanc)
Version 0.3.1
- Added NAMESPACE, package overview topic
- Allowed
plotcorr()to plot just upper or lower triangle of matrix.
Version 0.2.14
- Allowed separate colors for each ellipse in
plotcorr()and fixed some.Rderrors.
Version 0.2.12
- Bug fix for missing values in
plotcorr(), doc error