This blog is updated daily.
A general description is here.
‘mem.limits()’ now reports values larger than the maximum integer (previously documented to be reported as ‘NA’), and allows larger values to be set, including ‘Inf’ to remove the limit.
The ‘print()’ methods for classes ‘"Date"’, ‘"POSIXct"’ and ‘"POSIXlt"’ respect the option ‘"max.print"’ and so are much faster for very long datetime vectors. (Suggestion of Yohan Chalabi.)
‘untar2()’ now works around checksums in ‘tar’ files that use more than 6 digits for the checksum. (PR#14654)
Using a broad ‘exportPattern’ directive in a ‘NAMESPACE’ file is no longer allowed to export internal objects such as ‘.onLoad’ and ‘.__S3MethodsTable__.’.
These are also excluded from imports, along with ‘.First.lib’.
‘mem.limits()’ now reports values larger than the maximum integer
(previously documented to be reported as ‘NA’), and allows larger
values to be set, including ‘Inf’ to remove the limit.
The ‘print()’ methods for classes ‘"Date"’, ‘"POSIXct"’ and ‘"POSIXlt"’
respect the option ‘"max.print"’ and so are much faster for very long
datetime vectors. (Suggestion of Yohan Chalabi.)
‘untar2()’ now works around incorrect checksums in tar files that use
more than 6 digits for the checksum. (PR#14654)