| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| broom 1.0.8 source code.tar.gz | 2025-03-28 | 618.7 kB | |
| broom 1.0.8 source code.zip | 2025-03-28 | 1.0 MB | |
| README.md | 2025-03-28 | 844 Bytes | |
| Totals: 3 Items | 1.7 MB | 0 | |
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.coeftestnow returns non-NAvalues forconf.lowandconf.highfor a model fitted with only a constant term and cluster robust std errors computed usingvcovCLfromsandwich(#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).