broom 1.0.2
- Fixed a bug where
augment()
results would not include residuals when the response term included a function call (#1121, #946, #937, #124). - The default
data
argument foraugment.coxph()
andaugment.survreg()
has been transitioned fromNULL
tomodel.frame(x)
(#1126 by@capnrefsmmat
). - Migrated 'ggplot2' from strong to weak dependency, i.e. moved from
Imports
toSuggests
.