broom 1.0.5
-
tidy.coxph()will now pass its ellipses...tosummary()internally (#1151 by@ste-tuf). -
Transitioned the deprecation of the
regionargument totidy.SpatialPolygonsDataFramefrom a warn- to a hard-deprecation (#1142). -
Removed maptools and rgeos as Suggested packages ahead of their retirement. sp tidiers will be removed from a future release of the package (#1142).
-
Addressed bug in mlogit tidiers where
augment.mlogit()would fail if supplied a model fitted with a non-defaultdfidx()(#1156 by@gregmacfarlane). -
Addressed bug in ANOVA tidiers where
tidy.anova()would fail if passed a model with many predictors (#1159 by@jwilliman). -
Addressed warnings in ANOVA tidiers for unrecognized column names
Resid..Df,Resid..Dev, andDeviance; those columns will be renameddf.residual,residual.deviance, anddeviance, respectively (#1159 by@jwilliman).