This blog is updated daily.
A general description is here.
‘seq.int(from, to, *)’ and ‘seq.default(..)’ now work better in large range cases where ‘from-to’ is infinite where the two boundaries are finite.
‘all.equal(x,y)’ now returns ‘TRUE’ correctly also when several entries of ‘abs(x)’ and ‘abs(y)’ are close to ‘.Machine$double.xmax’, the largest finite ‘numeric’.