This blog is updated daily.
A general description is here.
The "data.frame" and "factor" methods for [[ now support the 'exact' argument introduced in 2.6.0.
plot.lm() gains a new argument 'cex.caption' to allow the size of the captions to be controlled.
A series of changes make the CHARSXP cache introduced in 2.6.0 faster (and in some cases many times faster) in sessions with a large number (e.g. a million) of unique character strings, and also if there are many empty strings.
embedFonts(), bitmap() and dev2bitmap() explicitly turn off auto-rotation in Ghostscript when generating PDF.
The "data.frame" and "factor" methods for [[ now support
the 'exact' argument introduced in 2.6.0.
plot.lm() gains a new argument 'cex.caption' to allow the
size of the captions to be controlled.
A series of changes make the CHARSXP cache introduced in 2.6.0
faster (and in some cases many times faster) in sessions with
a large number (e.g. a million) of unique character strings,
and also if there are many empty strings.
embedFonts(), bitmap() and dev2bitmap() explicitly turn off
auto-rotation in Ghostscript when generating PDF.
It was intended that R code filenames in packages should start with an ASCII letter or digits (and R CMD INSTALL uses that), but the test used in R CMD build ([A-Za-z0-9]) was locale-specific (and excluded t to y in Estonian, for example). (PR#10351)