Skip to content

broom 1.0.8

Latest
Compare
Choose a tag to compare
@simonpcouch simonpcouch released this 28 Mar 13:34
76f98a9

Deprecations

  • Removed tidiers for objects from the orcutt package as it was archived from
    CRAN 4 months prior to the package release.

Minor Improvements

  • tidy.coeftest now returns non-NA values for conf.low and conf.high for
    a model fitted with only a constant term and cluster robust std errors
    computed using vcovCL from sandwich (#1227).

  • Added support for new column name in lme4 ANOVA output. (lme4 tidiers are
    technically supplied by broom.mixed, but intermediate output is routed through
    broom's tidy.anova() method) (#1239).

Miscellaneous

  • Various improvements to infrastructure and testing:
    • Migrated all messages, warnings, and errors to use the cli package (#1230).
    • Aligned names of source and test files (#1229).
    • Transitioned to the third edition of testthat (#1228).