2012-06-21 Ying-Ying Zhang (Robert) * version 1.0-03 * DESCRIPTION: 1) Depends: methods, robustbase, pcaPP, mvtnorm, rrcov, R (>= 2.15.0) Because the most recent robustfa 1.0-02 update does not work with R-oldrelease (i.e. R-2.14.2). 2012-06-16 Ying-Ying Zhang (Robert) * version 1.0-02 * DESCRIPTION: 1) Depends: methods, robustbase, pcaPP, mvtnorm, rrcov 2) Imports: stats4, stats 3) Suggests: grid, lattice, cluster, mclust, MASS, ellipse * NAMESPACE: 1) importFrom(stats4, plot, summary, show) 2) importFrom(rrcov, getCenter, getEigenvalues, getLoadings, getQuan, getScores, getSdev) 2012-05-10 Ying-Ying Zhang (Robert) * version 1.0-01 * in AllClasses.R: 1) add Fa@: communality, scoringCoef, meanF, corF * in FaClassic.R: 1) add res@: communality, scoringCoef, meanF, corF 2) change scores to outComputeScores * in FaCov.R: 1) add res@: communality, scoringCoef, meanF, corF 2) change scores to outComputeScores * in factorScorePfa.R: 1) change res$correlation 2) change res$eigenvalues 3) add correlation=R * in utils.R: 1) change the function computeScores() a lot * computeScores.Rd: 1) revise \value{} 2) revise \examples{}