This blog is updated daily.
A general description is here.
colnames(DF) is now also fast for large dataframes DF with automatic row.names. Note that the correct usage is names(DF). (PR#10470)
colnames(df) is now also fast for dataframes with long automatic
rownames. (PR#10470)
attributes<-() stripped old attributes before checking that
all elements of the right-hand side had names.
attributes<-() stripped any existing attributes before checking that all elements of the right-hand side had names.
plot.The "profile.nls" method of plot() was losing the x axis labels.
print.summary.lm() is now consistent in spellingthe capitalization of "R-squared".
confint() misreported on some rank-deficient lm() models. (PR#10496) CThis could also occur in the default method.