This blog is updated daily.
A general description is here.
‘plot.default()’ gets a new switch ‘lim2’ to indicate that the default ‘xlim’ and ‘ylim’ range computations only use _jointly_ finite x- and y-values; indirectly suggested in PR#7986 by Jincai Jiang.
‘confint.default()’ would fail on S4 model objects because it used
‘stats’ methods for ‘coef’ and ‘vcov’ and their defaults did not know
about S4. Now changed to look for the the two functions in the calling
frame. The mechanism for ‘AIC.default’ and ‘BIC.default’ has been
changed to do likewise.