This blog is updated daily.
A general description is here.
New ‘classes’ argument for ‘suppressWarnings()’ and ‘suppressMessages()’ to selectively suppress only warnings or messages that inherit from particular classes. Based on patch from Lionel Henry submitted with PR#17619.
New make target ‘distcheck’ checks
• R can be rebuilt from the tarball created by ‘make dist’,
• the build from the tarball passes ‘make check-all’,
• the build installs and uninstalls,
• the source files are properly cleaned by ‘make distclean’.
‘socketConnection(server = FALSE)’ now respects the connection timeout also on Linux.