This blog is updated daily.
A general description is here.
Analogously, the tools-internal function called from ‘R CMD check’ gets a ‘warnOption = 1’ argument and uses the larger of that and ‘getOption("warn")’, also allowing to be run with increased warning level.
‘nextn(n)’ now also works for larger ‘n’ and no longer loops infinitely for e.g, ‘n <- 214e7’.
‘cooks.distance()’ and ‘rstandard()’ now work correctly for multivariate models (‘"mlm"’).
Calling ‘match()’ with length one ‘x’ and POSIXlt ‘table’ gave a segfault (PR#17459).