Releases: tidymodels/broom
Releases · tidymodels/broom
broom 0.7.0
broom 0.7.0 is a major release with a large number of new tidiers, improvements to internal consistency, and deprecations of functions and arguments. See the package NEWS for more information!
Broom 0.5.6
See NEWS
Broom 0.5.4
See NEWS
Broom 0.5.3
Minor updates to remain on CRAN after changes to matrix classing behavior in R 4.0.0
Broom 0.5.2
- Users should notice no differences from previous releases
- Fixes failing CRAN checks
- Rewrite of
tidy.ergm()
internals for ergm 3.10
Broom 0.5.1
Minor update to re-export tidy()
, glance()
and augment()
from the generics
package.
Broom 0.5.0
Details available at https://broom.tidyverse.org/news/. This commit is exactly the code in the CRAN 0.5.0 version of the package.
Version 0.4.0: Many new tidiers; fixed issues in ANOVA and lme4
- Added tidiers for geeglm, nlrq, roc, boot, bgterm, kappa, binWidth, binDesign, rcorr, stanfit, rjags, gamlss, and mle2 objects.
- Added
tidy
methods for lists, including u, d, v lists fromsvd
, and x, y, z lists used byimage
andpersp
- Added
quick
argument totidy.lm
,tidy.nls
, andtidy.biglm
, to create a smaller and faster version of the output. - Changed
rowwise_df_tidiers
to allow the original data to be saved as a list column, then provided as a column name toaugment
. This required removingdata
from theaugment
S3 signature. Also addedtests-rowwise.R
- Fixed various issues in ANOVA output
- Fixed various issues in lme4 output
- Fixed issues in tests caused by dev version of ggplot2
Version 0.3.7 Tidiers for biglm, coeftest, plm, power.htest, lme, and more
- Added tidiers for "plm" (panel linear model) objects from the plm package.
- Added
tidy.coeftest
for coeftest objects from the lmtest package. - Set up
tidy.lm
to work with "mlm" (multiple linear model) objects (those with multiple response columns). - Added
tidy
andglance
for "biglm" and "bigglm" objects from the biglm package. - Fixed bug in
tidy.coxph
when one-row matrices are returned - Added
tidy.power.htest
- Added
tidy
andglance
forsummaryDefault
objects - Added tidiers for "lme" (linear mixed effects models) from the nlme package
- Added
tidy
andglance
formultinom
objects from the nnet package.
Version 0.3.6 Tidying for matrices, aovlist, and glance for aov
- Fixed bug in
tidy.pairwise.htest
, which now can handle cases where the grouping variable is numeric. - Added
tidy.aovlist
method. This addedstringr
package to IMPORTS to trim whitespace from the beginning and end of theterm
andstratum
columns. This also required adjustingtidy.aov
so that it could handle strata that are missing p-values. - Set up
glance.lm
to work withaov
objects along withlm
objects. - Added
tidy
andglance
for matrix objects, withtidy.matrix
converting a matrix to a data frame with rownames included, andglance.matrix
returning the same result asglance.data.frame
. - Changed DESCRIPTION Authors@R to new format