Skip to content

broom 1.0.2

Compare
Choose a tag to compare
@simonpcouch simonpcouch released this 15 Dec 13:41
· 73 commits to main since this release
4a0098d
  • 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 for augment.coxph() and augment.survreg() has been transitioned from NULL to model.frame(x) (#1126 by @capnrefsmmat).
  • Migrated 'ggplot2' from strong to weak dependency, i.e. moved from Imports to Suggests.