This blog is updated daily.
A general description is here.
‘chol(pivot = FALSE, LINPACK = TRUE)’, ‘ch2inv(LINPACK = TRUE)’,
‘eigen(EISPACK = TRUE)’, ‘solve(LINPACK = TRUE)’ and ‘svd(LINPACK =
TRUE)’ no longer warn that LAPACK will be used.
‘chol(pivot = TRUE, LINPACK = TRUE)’ is defunct.
‘chol(LINPACK = TRUE)’, ‘ch2inv(LINPACK = TRUE)’, ‘eigen(EISPACK = TRUE)’, ‘solve(LINPACK = TRUE)’ and ‘svd(LINPACK = TRUE)’ use LAPACK and no longer warn.
[Intended] The long-deprecated use of ‘\synopsis’ in the ‘Usage’ section of ‘.Rd’ files has been removed.
[Intended] ‘.find.package()’ and ‘.path.package()’ are defunct: only the public versions without the dot have ever been in the API.
The memory manager now allows the strategy used to balance garbage collection and memory growth to be controlled by setting the environment variable ‘R_GC_MEM_GROW’. See ‘?Memory’ for more details.
‘ftable(x, row.vars, col.vars)’ now also works when the ‘*.vars’ arguments are (integer or character vectors) of length zero.
Calling ‘cat()’ on a malformed UTF-8 string could cause the Windows GUI to lock up. (PR#15227)
