This blog is updated daily.
A general description is here.
‘apply(diag(3), 2:3, mean)’ now gives a helpful error message.
‘dgamma(x, shape, log=TRUE)’ now longer overflows to ‘Inf’ for shape < 1 and very small ‘x’, fixing PR#17577, reported by Jonathan Rougier.
‘options(str = .)’ is correctly initialized at package ‘utils’ load time, now. A consequence is that ‘str()’ in scripts now is more consistent to interactive use, e.g., when displaying function(**) argument lists.
‘as.numeric(<call>)’ now gives correct error message.
Printing ‘ls.str()’ no longer wrongly shows ‘"<missing>"’ in rare cases.