This blog is updated daily.
A general description is here.
Non-UTF-8 multibyte character handling fixed more permanently
(PR#16732).
Non-UTF-8 multibyte character handling fixed more permanently (PR#16732).
‘sum(<large ints>, <stuff>)’ is more consistent. (PR#17372)
‘rf()’ and ‘rbeta()’ now also work correctly when ‘ncp’ is not scalar, notably when (partly) ‘NA’. (PR#17375)
‘polym()’ gains a ‘coefs = NULL’ argument and returns class ‘"poly"’ just like ‘poly()’ which gets a new ‘simple=FALSE’ option. They now lead to correct ‘predict()’ions, e.g., on subsets of the original data. (PR#16239)