This blog is updated daily.
A general description is here.
New functions ‘checkPoFiles()’ and ‘checkPoFile()’ have been added to the ‘tools’ package to check for consistency of format strings in translation files.
‘R CMD check --as-cran’ notes ‘hidden’ files and directories (with names starting with a dot) that are not needed for the operation of ‘R CMD INSTALL’ or ‘R CMD build’: such files should be excluded from the published tarball.
‘Sys.glob()’ caused a segfault if the first element of ‘path’ was ‘NA_character’. (PR#14990)