This blog is updated daily..
A general description is here.
‘strwrap()’ converts inputs with a marked encoding to the current locale: previously it made some attempt to pass through as bytes inputs invalid in the current locale.
The translations for the R interpreter and ‘RGui.exe’ are now part of the ‘base’ package (rather than having sources in directory ‘po’ and being installed to ‘share/locale’). Thus the ‘base’ package supports three translation domains, ‘R-base’, ‘R’ and ‘RGui’.
‘file.copy(recursive = TRUE)’ has some additional checks on user error leading to attempted infinite recursion (and on some platforms to crashing R).
‘logLik()’ did not detect the error of applying it to a multiple-response linear model. (PR#15000)
‘file.copy(recursive = TRUE)’ did not always report ‘FALSE’ for a failure two or more directories deep.
