This blog is updated daily.
A general description is here.
Functions ‘sessionData()’ and ‘browseAll()’ in package ‘methods’ are on a help page describing them as ‘deprecated’ and are now formally deprecated.
The Fortran code underlying ‘nlminb()’ could infinite-loop if any of the input functions returned ‘NA’ or ‘NaN’. This is now an error for the gradient or Hessian, and a warning for the function (with the value replaced by ‘Inf’). (In part, PR#15052.)