This blog is updated daily.
A general description is here.
‘capabilities()’ has a new item ‘long.double’ which indicates if the build uses a ‘long double’ type which is longer than ‘double’.
‘nlm()’ no longer modifies the callback argument in place (a new vector is allocated for each invocation, which mimics the implicit duplication that occurred in R < 3.1.0); note that this is a change from the previously documented behavior. (PR#15958)
‘nlm()’ no longer modifies the callback argument in place (a new vector
is allocated for each invocation, which mimics the implicit duplication
that occurred in R < 3.1.0). (PR#15958)