This blog is updated daily.
A general description is here.
‘stack()’ and ‘unstack()’ converted character columns to factors. ‘unstack()’ sometimes produced incorrect results (a list or a vector) if the factor on which to un-split had only one level.
The ‘"table"’ method for ‘Axis()’ hardcoded ‘side = 1’, hence calls to ‘plot(<vector>, <table>)’ labelled the wrong axis. (PR#14699)
Creating a connection might fail under ‘gctorture(TRUE)’.