This blog is updated daily.
A general description is here.
‘R CMD build’ now excludes an obsolete ‘data/datalist’ file when the package uses ‘LazyData’.
‘tools::texi2pdf()’ now reports BibTeX warnings; in particular, missing references are now noted by ‘R CMD check’ when re-building PDF vignettes.
In ‘nls’, follow suggestion by Ben Bolker to reorder named vectors for ‘lower’ and ‘upper’ arguments to match names of coefficients (PR#18415).
Fix for PR#19100: ‘seq.int’ was not handling non-vector ‘along.width’ arguments properly. Thanks to Mitchell O'Hara-Wild.
New low-level function ‘.OBJSXP()’ enables deparsing of non-S4 ‘"object"’ type objects.
