This blog is updated daily.
A general description is here.
‘lgamma(x)’ for very small ‘x’ (in the denormalized range) is no longer ‘Inf’ with a warning.
‘image()’ now sorts an unsorted ‘breaks’ vector, with a warning.
‘beta(a, b)’ could overflow to infinity in its calculations when one of ‘a’ and ‘b’ was less than one. (PR#15075)
‘lbeta(a, b)’ no longer gives ‘NaN’ if ‘a’ or ‘b’ is very small (in the denormalized range).
‘bquote()’ is now able to substitute default arguments in single-argument functions. (PR#15077)
‘R_SVN_REVISION’ in ‘Rversion.h’ is now an integer and hence usable as e.g. ‘#if R_SVN_REVSION < 70000’.