This blog is updated daily.
A general description is here.
The C-level API version of R's ‘integrate()’, ‘Rdqags()’ in ‘Applic.h’, now returns the correct number of integrand evaluations ‘neval’, fixing PR#18515 reported and diagnosed by Stephen Wade.
‘.S3methods()’, typically called from ‘methods()’, again marks methods from package ‘base’ as ‘visible’.
Fix (new) bug in ‘hcl.colors(2, *)’, by Achim Zeileis (PR#18523).
‘head(., <illegal>)’ and ‘tail(..)’ now produce more useful ‘"Error in ...."’ error messages, fixing PR#18362.
Package code syntax on Windows is checked in UTF-8 when UTF-8 is the native encoding.