This blog is updated daily.
A general description is here.
Building PDF manuals (for R itself or packages, e.g. _via_ ‘R CMD check’) by default requires the LaTeX package ‘inconsolata’: see the section on ‘Making the manuals’ in the ‘R Installation and Administration Manual’.
‘installed.packages()’ now hashes the names of its cache files to avoid very rare problems with excessively long path names. (PR#14699)
‘cbind()’ and ‘rbind()’ could cause memory corruption when used on a combination of raw and logical/integer vectors.
