This blog is updated daily.
A general description is here.
Fix for glyph rendering on the ‘quartz()’ device when there is other
(“normal”) text drawn on the device. The problem was that the text
transformation matrix was not reset so glyphs would be rendered
incorrectly (often completely outside the device, i.e., not visible).
Tanguy Barthelemy and colleagues at the ‘R Dev Day’ following
Rencontres R in May 2025 extended the help page of ‘lm()’, fixing
PR#18058. As suggested by Thomas Soeiro, such notes were also added to
the ‘glm()’, ‘poly()’ and ‘splines::bs()’ and ‘ns()’ pages.
‘jitter(x, amount, factor)’ becomes more robust for non-finite ‘x’ or also negative ‘amount’, ‘factor’. ‘help(jitter)’ is easier to read, fixing PR#17279, thanks to its contributors.
Fix for glyph rendering on the ‘quartz()’ device when there is other (“normal”) text drawn on the device. The problem was that the text transformation matrix was not reset so glyphs would be rendered incorrectly (often completely outside the device, i.e., not visible).
Tanguy Barthelemy and colleagues at the ‘R Dev Day’ following Rencontres R in May 2025 extended the help page of ‘lm()’, fixing PR#18058. As suggested by Thomas Soeiro, such notes were also added to the ‘glm()’, ‘poly()’ and ‘splines::bs()’ and ‘ns()’ pages.
‘lbeta(1i, 1)’ now signals an error, as ‘lbeta()’ is not implemented for ‘complex’, fixing PR#18946 from Ben Bolker and Kasper Kristensen.