| NEWS | R Documentation | 
News for R Package rrcov
CHANGES in rrcov VERSION 1.7-7 (2025-04-10)
BUG FIXES
- R/datadoc - emoved a pipe in an example for ionosphere data set to avoid dependence on R 4.1.0 
- R/*: added "#' export" to many functions to satisfy roxygen2 
CHANGES in rrcov VERSION 1.7-6 (2024-08-17)
BUG FIXES
- R/plot-utils - a bug fixed in function .rrpairs() 
- man/*: Correct Rd file(s) with Rd targets missing package anchors 
- src/sest.cpp: Calloc() and Free() replaced by R_Calloc() and R_Free() 
CHANGES in rrcov VERSION 1.7-5 (2024-01-30)
NEW FEATURES
- data/Cars.rda - data set added 
BUG FIXES
- rrcov-utils.Rd: (mail from Kurt Hornik from 22.01.2024) 
- fish.Rd: URL corrected 
CHANGES in rrcov VERSION 1.7-4 (2023-06-22)
BUG FIXES
- DESCRIPTION: ISBN changed to <urn:isbn:978-3838108148> (see mail from Kurt Hornik from 06.06.2023) 
- tests/thubert.Rout.save, tlda.Rout.save, tmcd4.Rout.save, tqda.Rout.save: Follow up to changes in robustbase 0.99-0 
CHANGES in rrcov VERSION 1.7-3 (2023-05-11)
NEW FEATURES
- data/ionosphere.rda - data set added 
BUG FIXES
- R/CovRobust, plot_utils: 'xyqqchi2' and 'xydistance' plots, fixed to use of parameter id.n 
CHANGES in rrcov VERSION 1.7-2 (2022-10-22)
BUG FIXES
- Fixed - warning: invalid UTF-8 in comment [-Winvalid-utf8] in src/rrcov_init.c 
CHANGES in rrcov VERSION 1.7-1 (2022-07-18)
NEW FEATURES
- NOTHING NEW YET 
BUG FIXES
- Fixed - maxcond passed to the low level functions 
- Fixed errors "Found if() conditions comparing class() to string" in detmrcd.R and plot_utils.R 
- Fixed NOTE "Found the following math rendering problems" in PcaHubert.Rd, see mail from Kurt Hornik from 11 August 2022 
CHANGES in rrcov VERSION 1.7-0 (2022-04-25)
NEW FEATURES
- Fix for USE_FC_LEN_T becoming the default in 4.2.0 
BUG FIXES
- Fortran warnings fixed in ds11.f and fsada.f 
CHANGES in rrcov VERSION 1.6-2 (2022-02-08)
NEW FEATURES
- Examples for PCA/adjustment for skewed data and PCA/percentage of explained variance added 
BUG FIXES
- minor differences in tests for PcaProj() on some platforms fixed 
- scoreplot() corrected to show the labels of the samples 
CHANGES in rrcov VERSION 1.6-1 (2022-01-21)
NEW FEATURES
- Data set Fruit added: fruit.rda 
- URLs in Rd files replaced by DOIs to fix for the migration of the www.jstatsoft.org to a new editorial system (see mail from Achim Zeileis from 06.10.2021) 
BUG FIXES
- Fixed a problem when showing the percentage of explained variance in summary() of all PCA functions when k is chosen to be less than the number of variables in the input data matrix (k < p). The returned object contains now additionally the rank of the input matrix, the original eigenvalues (of all variables) and the original total variance, if available. 
CHANGES in rrcov VERSION 1.6-0 (2021-08-27)
NEW FEATURES
- PcaHubert: option for adjusted outlyingness for skewed data added 
- Data set Computer Hardware added: machines.rda 
- Data set Wolves added: wolves.rda 
BUG FIXES
- Fixed some URLs, particularly the reference to javasoft.org 
CHANGES in rrcov VERSION 1.5-5 (2020-07-31)
BUG FIXES
- PcaHubert will crash if X is 1-dimensional and mcd=FALSE: fixed. 
- Fixed 'noLD' issues in tlda.R and okg4.R 
- Fixed a problem with wrong scores in PcaProj() (reported by Matthieu Lesnoff <matthieu.lesnoff@gmail.com>) 
- Fixed a problem with nsamp="exact" or nsamp="best" in CovMve(), CovSest() (reported by Claudio Agostinelli) - these functions, differently from CovMcd, should not take non-numeric 'nsamp' 
CHANGES in rrcov VERSION 1.5-2 (2020-01-14)
NEW FEATURES
- Added parameter 'control' to Linda - to select the robust location and covariance estimator to use in LDA. Now any estimator derived from class 'Cov' can be used, even such that are not in 'rrcov'. Return this parameter in the returned S4 object. 
- Linda returns now the location and covariance estimator used as 'covobj'. This is useful for controlling cross-validation, for example. 
- Linda and LdaClassic use generalized inverse if the common covariance matrix is singular. 
BUG FIXES
- Fixed an issue the 'predict' function. 
- Removed the dependence on packages 'cluster' and 'ellipse'. 
CHANGES in rrcov VERSION 1.4-9 (2019-11-25)
NEW FEATURES
- Added data set - diabetes; data set- soilfrom package- rrcovHDmoved here.
- Linear and quadratic discriminant analysis can use the MRCD estimates. 
BUG FIXES
- Fixed an issue with CovControlMcd(nsamp="deterministic") - this would not work, because nsamp was defined in the class definition as "numeric". Now it is "Cnumeric" - union of "character" and "numeric'. 
- Corrected the code for Minimum Regularized Covariance Determinant estimator (MRCD) - - CovMrcd()- the step of adjusting the eignevalues in r6pack() is excluded now because it has no effect when n > p.
CHANGES in rrcov VERSION 1.4-7 (2018-11-14)
NEW FEATURES
- Added Minimum Regularized Covariance Determinant estimator (MRCD) (Boudt et al. 2018) - functions - CovMrcd()and- CovControlMrcd()
- Added data set - octane; data set- olitosfrom package rrcovHD moved here.
- The 'pairs' plot is now available for classical covariance matrix