← Back to all sparks
B

broom

ANALYTICS
Velocity0.0

Convert statistical model objects into tidy data frames for analysis

broom's release calendar is now set by CRAN checks, not by new tidiers.

rtidy-modelsstatisticscran-compliancemaintenance
Current state
broom converts model objects from across R's statistical ecosystem into tidy data frames. Four of its last six releases exist purely to resolve R CMD check warnings and errors on r-devel or to absorb upstream package changes. Maintainership passed to Emil Hvitfeldt at 1.0.11.
Where it's heading
Carrying hundreds of tidier methods for model classes it does not own, broom's workload is dominated by other projects' breaking changes and CRAN's evolving checks. New tidier coverage has largely migrated to the packages that define the models, leaving broom as a compatibility surface.
Prediction
Expect the cadence to stay reactive, with releases triggered by r-devel check failures and upstream API shifts rather than expanded model coverage.

Recent moves

  1. 3mo ago

    broom 1.0.13 relocates a test fixture to clear an r-devel warning

    Clears an r-devel check warning about namespace references in sysdata.rda by relocating a test fixture. Packaging hygiene with no effect on tidier output.

    View source ↗
  2. 3mo ago

    broom 1.0.12 tracks renamed summary() output fields

    A check-error fix tracking new output names from summary(). The second consecutive release driven entirely by R CMD check.

    View source ↗
  3. 8mo ago

    broom 1.0.11 transfers maintainership to Emil Hvitfeldt

    Maintainership transfers to Emil Hvitfeldt. No code change for users, but for a package this many others depend on, who holds the keys sets the pace and priorities of everything above.

    View source ↗
  4. 11mo ago

    broom 1.0.10 clears an r-devel namespacing warning

    Another namespacing check warning resolved against pre-4.6.0 r-devel. Pure compliance work.

    View source ↗
  5. 1y ago

    broom 1.0.9 requires R 4.1 and repairs epiR compatibility

    Raises the minimum R version to 4.1 and repairs errors introduced by an epiR update. Both are consequences of depending on a wide ecosystem rather than deliberate direction.

    View source ↗
  6. 1y ago

    broom 1.0.8 fixes cluster-robust intervals, drops orcutt tidiers

    The last release with real tidier work: confidence intervals now return properly for constant-only models with cluster-robust standard errors, and lme4 ANOVA output gains a new column name. Tidiers for the CRAN-archived orcutt package are dropped, showing how upstream attrition prunes broom's surface.

    View source ↗