This blog is updated daily.
A general description is here.
‘eigen(EISPACK = TRUE)’, ‘chol(pivot = FALSE, LINPACK = TRUE)’, ‘chol2inv(LINPACK = TRUE)’, ‘solve(LINPACK = TRUE)’ and ‘svd(LINPACK = TRUE)’ are deprecated and give a warning.
They were provided for compatibility with R 1.7.0 (Mar 2003)!
‘R CMD check’ no longer fails with an error if a ‘DESCRIPTION’ file incorrectly contains a blank line. (Reported by Bill Dunlap.)
‘install.packages(type = "both")’ could call ‘chooseCRANmirror()’ twice.