This blog is updated daily.
A general description is here.
‘pmin()’ and ‘pmax()’ now work again for ‘ordered’ factors and 0-length S3 classed objects, thanks to Suharto Anggono's PR#17195 and PR#17200.
‘rep(x, times)’ and ‘rep.int(x, times)’ now both work also when ‘times’ is larger than the maximal integer, including when it is of length greater than one. (PR#16932)