This blog is updated daily.
A general description is here.
‘R CMD INSTALL’ will now do a test load for all sub-architectures for which code was compiled (rather than just the primary sub-architecture).
‘parallel::clusterExport’ now allows specification of an environment from which to export.
The internal ‘plot.default()’ code did not do sanity checks on ‘cex’, so invalid input could cause problems. (Reported by Ben Bolker.)
‘anyDuplicated(<array>, MARGIN=0)’ no longer fails. (Reported by Hervé Pagès.)
‘options(warn = 0)’ failed to end a (C-level) context with more than 50 accumulated warnings. (Spotted by Jeffery Horner.)