This blog is updated daily.
A general description is here.
‘checkRdContents()’ is now exported from ‘tools’; it and also ‘checkDocFiles()’ have a new option ‘chkInternal’ allowing to check Rd files marked with keyword ‘"internal"’ as well. The latter can be activated for ‘R CMD check’ via experimental environment variable ‘_R_CHECK_RD_INTERNAL_TOO_’.
‘chisq.test(*, simulate.p.value=TRUE)’ and ‘r2dtable()’ now work correctly for large table entries (in the millions). Reported by Sebastian Meyer and investigated by more helpers in PR#16168.
‘rank(x)’ and hence ‘sort(x)’ now work when ‘x’ is an object (as per ‘is.object(x)’) of type ‘"raw"’ _and_ provides a valid ‘`[`’ method, e.g., for ‘gmp::as.bigz(.)’ numbers.