This blog is updated daily.
A general description is here.
The directory pointed to by ‘USER_LOCAL’ can now have
architecture-specific sub-directories ‘lib/i386’ and ‘lib/x64’.
The directory pointed to by ‘USER_LOCAL’ can now have architecture-specific sub-directories ‘lib/i386’ and ‘lib/x64’.
‘tools::dependsOnPkg()’ now accepts the shorthand ‘dependencies =
"all"’.
The ‘clusterExport()’ function now allows the specification of an
environment from which to export.
Where multiple sub-architectures are to be tested, ‘R CMD check’ now runs the examples and tests for all the sub-architectures even if the first one fails.
‘tools::dependsOnPkg()’ now accepts the shorthand ‘dependencies = "all"’.
‘parallel::clusterExport()’ now allows specification of an environment from which to export.
‘read.dcf()’ removes trailing blanks: unfortunately this included on some platforms ‘\xa0’ (non-breaking space) which is the trailing byte of some UTF-8 characters. It now only considers ASCII space and tab to be ‘blank’.
The internal ‘plot.default()’ code did not do sanity checks on a ‘cex’ argument, so invalid input could cause problems. (Reported by Ben Bolker.)
