This blog is updated daily.
A general description is here.
Overly long ‘dyn.load()’ error messages (C level ‘dlerror()’), should
no longer corrupt its state, thanks to Ivan Krylov's PR#19029 report
and patch.
Fix for PR#18874; ‘"null"’ widths/heights in ‘grid’ layouts are zero if widths/heights to allocate are zero. (Thanks to Maciej Nasinski and Trevor Davis.)
Fix for PR#19055; additional documentation for ‘embedFonts()’. (Thanks to Chris Danek and Ivan Krylov.)
Zeros in the ‘prob’ argument to ‘power.free1way.test’ triggered an error and are now handled correctly.
Overly long ‘dyn.load()’ error messages (C level ‘dlerror()’), should no longer corrupt its state, thanks to Ivan Krylov's PR#19029 report and patch.
The border case ‘zapsmall(x, digits=Inf)’ where ‘x’ contains an ‘Inf’ entry no longer returns all ‘NaN’ but rather ‘x’. The improved help page now has more non-default examples.
The data part of ‘getGenerics()’ listed package names for generic functions defined in more than one package. Now it lists generic function names, as intended. Thanks to Michael Chirico for report and patch proposal (PR#19080).
‘as.matrix(<POSIXlt>)’ again produces a _numeric_ matrix, and the ‘c()’ and subassignment methods for ‘POSIXlt’ objects work correctly more often, e.g., without a ‘"tzone"’ attribute, back porting a few of the PR#18989 fixes from R-devel, both thanks to Suharto Anggono.
