This blog is updated daily.
A general description is here.
Modifying ‘globalCallingHandlers’ inside ‘withCallingHandlers()’ now works or fails correctly, thanks to Henrik Bengtsson's PR#18257.
‘hist(<Date>, breaks = "days")’ and ‘hist(<POSIXt>, breaks = "secs")’ no longer fail for inputs of length 1.
‘reformulate(*, response=r)’ gives a helpful error message now when ‘length(r) > 1’, thanks to Bill Dunlap's PR#18281.