- The
pairs()
generic andpairs.profile()
method have both been deprecated, and replaced with thepairs_profile()
function.
center
was ignored inellipse.default()
.
- Put source on Github.
- Added a
NEWS.md
file to track changes to the package. - Added
README.Rmd
. - Added
pkgdown
site. - Added US spelling
center
toellipse.default()
(thanks to James Curran).
- At request of CRAN, fixed some references.
- Update maintainer email.
- At request of CRAN, added
pairs()
generic function to avoid clash withMASS::pairs.profile()
- other minor cleanups.
- Minor fix (no more
\synopsis
tag in help)
- Minor fix (clean up DESCRIPTION file)
- Bug fix:
...
was not being passed from methods toellipse.default()
.
- License clarification
- Update to strict test compliance
- Nicer colors in
plotcorr()
example (from Gregor Gorjanc)
- Remove deprecated
install.R
- Added NAMESPACE, package overview topic
- Allowed
plotcorr()
to plot just upper or lower triangle of matrix.
- Allowed separate colors for each ellipse in
plotcorr()
and fixed some.Rd
errors.
- Bug fix for missing values in
plotcorr()
, doc error
- First CRAN release