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
dataargument foraugment.coxph()andaugment.survreg()has been transitioned fromNULLtomodel.frame(x)(#1126 by@capnrefsmmat). - Migrated 'ggplot2' from strong to weak dependency, i.e. moved from
ImportstoSuggests.