Skip to content

Commit 8cf97a4

Browse files
authored
broom 1.0.6 release candidate (#1206)
* bump version * polish NEWS * relocate redirecting URL * address `Status: 429, Message: Too Many Requests` API errors * skip car examples on R-devel * update CRAN comments
1 parent f23d80e commit 8cf97a4

File tree

8 files changed

+62
-50
lines changed

8 files changed

+62
-50
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: broom
33
Title: Convert Statistical Objects into Tidy Tibbles
4-
Version: 1.0.5.9000
4+
Version: 1.0.6
55
Authors@R:
66
c(person(given = "David",
77
family = "Robinson",

NEWS.md

Lines changed: 53 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
# broom (development version)
22

3-
* Soft-deprecated tidiers for margins objects, as the package was archived from CRAN in April 2024. In the case that the package is back on CRAN before the next package release, broom will once again Suggest and test support for the package (#1200).
3+
## New Features
44

5-
* While this broom release contains no changes to the `tidy.survfit()` method for objects from the survival package, the package has bumped the minimum required version for survival. Before survival 3.6-4, `tidy.survfit()` propagated "inconsistent" `n.censor` values from survival for multi-state models (#1195).
5+
* Added support for `conf.level` in `augment.lm()` (#1191 by `@zietzm`).
6+
7+
* Added support for columns `adj.r.squared` and `npar` in `glance()` method for objects outputted from `mgcv::gam()` (#1172).
8+
9+
## Deprecations
10+
11+
* Soft-deprecated tidiers for margins objects, as the package was archived from CRAN in April 2024. In the case that the package is back on CRAN before the next package release, broom will once again Suggest and test support for the package (#1200).
612

713
* Moved forward with deprecation of tidiers for objects from the sp package. See resources linked in [tidymodels/broom#1142](https://github.com/tidymodels/broom/issues/1142) for more information on migration from retiring spatial packages.
814

9-
* Corrected confidence interval values for precision components in `tidy.betareg()` output (#1169).
15+
## Bug Fixes
1016

11-
* Fixed bug in tidier for `car::linearHypothesis()` output with long formulas (#1171).
17+
* While this broom release contains no changes to the `tidy.survfit()` method for objects from the survival package, the package has bumped the minimum required version for survival. Before survival 3.6-4, `tidy.survfit()` propagated "inconsistent" `n.censor` values from survival for multi-state models (#1195).
1218

13-
* Added support for columns `adj.r.squared` and `npar` in `glance()` method for objects outputted from `mgcv::gam()` (#1172).
19+
* Corrected confidence interval values for precision components in `tidy.betareg()` output (#1169).
1420

15-
* Corrected coefficients values in `tidy.varest()` output (#1174).
21+
* Fixed bug in tidier for `car::linearHypothesis()` output with long formulas (#1171).
1622

17-
* Added support for `conf.level` in `augment.lm()` (#1191 by `@zietzm`).
23+
* Corrected coefficient values in `tidy.varest()` output (#1174).
1824

1925
# broom 1.0.5
2026

@@ -728,42 +734,46 @@ Many many thanks to all the following for their thoughtful comments on design,
728734
bug reports and PRs! The community of broom contributors has been kind,
729735
supportive and insightful and I look forward to working you all again!
730736

731-
[@atyre2](https://github.com/atyre2),
732-
[@batpigandme](https://github.com/batpigandme),
733-
[@bfgray3](https://github.com/bfgray3),
734-
[@bmannakee](https://github.com/bmannakee),
735-
[@briatte](https://github.com/briatte),
736-
[@cawoodjm](https://github.com/cawoodjm),
737-
[@cimentadaj](https://github.com/cimentadaj),
738-
[@dan87134](https://github.com/dan87134), [@dgrtwo](https://github.com/dgrtwo),
739-
[@dmenne](https://github.com/dmenne), [@ekatko1](https://github.com/ekatko1),
740-
[@ellessenne](https://github.com/ellessenne),
741-
[@erleholgersen](https://github.com/erleholgersen),
742-
[@ethchr](https://github.com/ethchr),
743-
[@huftis](https://github.com/huftis),
744-
[@IndrajeetPatil](https://github.com/IndrajeetPatil),
745-
[@jacob-long](https://github.com/jacob-long),
746-
[@jarvisc1](https://github.com/jarvisc1),
747-
[@jenzopr](https://github.com/jenzopr), [@jgabry](https://github.com/jgabry),
748-
[@jimhester](https://github.com/jimhester),
749-
[@josue-rodriguez](https://github.com/josue-rodriguez),
750-
[@karldw](https://github.com/karldw), [@kfeilich](https://github.com/kfeilich),
751-
[@larmarange](https://github.com/larmarange),
752-
[@lboller](https://github.com/lboller),
753-
[@mariusbarth](https://github.com/mariusbarth),
754-
[@michaelweylandt](https://github.com/michaelweylandt),
755-
[@mine-cetinkaya-rundel](https://github.com/mine-cetinkaya-rundel),
756-
[@mkuehn10](https://github.com/mkuehn10),
757-
[@mvevans89](https://github.com/mvevans89),
758-
[@nutterb](https://github.com/nutterb),
759-
[@ShreyasSingh](https://github.com/ShreyasSingh),
760-
[@stephlocke](https://github.com/stephlocke),
761-
[@strengejacke](https://github.com/strengejacke),
762-
[@topepo](https://github.com/topepo),
763-
[@willbowditch](https://github.com/willbowditch),
764-
[@WillemSleegers](https://github.com/WillemSleegers),
765-
[@wilsonfreitas](https://github.com/wilsonfreitas), and
766-
[@MatthieuStigler](https://github.com/MatthieuStigler)
737+
`@atyre2`,
738+
`@batpigandme`,
739+
`@bfgray3`,
740+
`@bmannakee`,
741+
`@briatte`,
742+
`@cawoodjm`,
743+
`@cimentadaj`,
744+
`@dan87134`,
745+
`@dgrtwo`,
746+
`@dmenne`,
747+
`@ekatko1`,
748+
`@ellessenne`,
749+
`@erleholgersen`,
750+
`@ethchr`,
751+
`@huftis`,
752+
`@IndrajeetPatil`,
753+
`@jacob-long`,
754+
`@jarvisc1`,
755+
`@jenzopr`,
756+
`@jgabry`,
757+
`@jimhester`,
758+
`@josue-rodriguez`,
759+
`@karldw`,
760+
`@kfeilich`,
761+
`@larmarange`,
762+
`@lboller`,
763+
`@mariusbarth`,
764+
`@michaelweylandt`,
765+
`@mine-cetinkaya-rundel`,
766+
`@mkuehn10`,
767+
`@mvevans89`,
768+
`@nutterb`,
769+
`@ShreyasSingh`,
770+
`@stephlocke`,
771+
`@strengejacke`,
772+
`@topepo`,
773+
`@willbowditch`,
774+
`@WillemSleegers`,
775+
`@wilsonfreitas`, and
776+
`@MatthieuStigler`.
767777

768778
# broom 0.4.4
769779

R/stats-anova-tidiers.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
#' For documentation on the tidier for [car::leveneTest()] output, see
2222
#' [tidy.leveneTest()]
2323
#'
24-
#' @examplesIf rlang::is_installed("car")
24+
# #' @examplesIf rlang::is_installed("car")
25+
# unreplicable error on R-devel 4.5 (#1205)
26+
#' @examplesIf FALSE
2527
#'
2628
#' # fit models
2729
#' a <- lm(mpg ~ wt + qsec + disp, mtcars)

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ augment(fit, data = trees)
8181

8282
We welcome contributions of all types!
8383

84-
For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on Posit Community](https://community.rstudio.com/new-topic?category_id=15https://rstd.io/tidymodels-communitytags=tidymodels,question). If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/broom/issues). Either way, learn how to create and share a [reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html) (a minimal, reproducible example), to clearly communicate about your code. Check out further details on [contributing guidelines for tidymodels packages](https://www.tidymodels.org/contribute/) and [how to get help](https://www.tidymodels.org/help/).
84+
For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on Posit Community](https://forum.posit.co/new-topic?category_id=15https://rstd.io/tidymodels-communitytags=tidymodels,question). If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/broom/issues). Either way, learn how to create and share a [reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html) (a minimal, reproducible example), to clearly communicate about your code. Check out further details on [contributing guidelines for tidymodels packages](https://www.tidymodels.org/contribute/) and [how to get help](https://www.tidymodels.org/help/).
8585

8686
If you have never directly contributed to an R package before, `broom` is an excellent place to start. Find an [issue](https://github.com/tidymodels/broom/issues/) with the **Beginner Friendly** tag and comment that you'd like to take it on and we'll help you get started.
8787

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ We welcome contributions of all types\!
112112

113113
For questions and discussions about tidymodels packages, modeling, and
114114
machine learning, please [post on Posit
115-
Community](https://community.rstudio.com/new-topic?category_id=15https://rstd.io/tidymodels-communitytags=tidymodels,question). If you think you have
115+
Community](https://forum.posit.co/new-topic?category_id=15https://rstd.io/tidymodels-communitytags=tidymodels,question). If you think you have
116116
encountered a bug, please [submit an
117117
issue](https://github.com/tidymodels/broom/issues). Either way, learn
118118
how to create and share a [reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html) (a minimal,

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Reverse dependencies
22

3-
We checked 227 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package, and saw 1 new breakage. The issue arose in the tipsae package and is expected. We [notified package maintainers of the issue](https://github.com/tidymodels/broom/issues/1160) two weeks ago and have not heard back. The breakage is an error in examples due to the deprecation of tidiers for objects from retiring spatial packages sp and rgeos.
3+
We checked 260 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package, and saw no new NOTEs, WARNINGs, or ERRORs.

man/glance.anova.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tidy.anova.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)