This blog is updated daily.
A general description is here.
For consistency with the ‘logLik()’ method, ‘nobs()’ for ‘"nls"’ files now excludes observations with zero weight. (Reported by Berwin Turlach.)
‘R CMD check’ has a new option ‘-as-cran’ to turn on most of the customizations that CRAN uses for its incoming checks.
For consistency with the ‘logLik()’ method, ‘nobs()’ for ‘"nls"’ files
now excludes observations with zero weight. (Reported by Berwin
Turlach.)
The ‘getS3method()’ implementation had an old computation to find an S4 default method.
‘R CMD check’ could miss undocumented S4 objects in packages which used S4 classes but did not ‘Depends: methods’ in their ‘DESCRIPTION’ file.
‘svg()’ could segfault if called with a non-existent file path. (PR#14790)
‘.Primitive()’ could be mis-used to call ‘.Internal()’ entry points.