Skip to content

Commit

Permalink
broom 1.0.6 release candidate (#1206)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
simonpcouch authored May 17, 2024
1 parent f23d80e commit 8cf97a4
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 50 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: broom
Title: Convert Statistical Objects into Tidy Tibbles
Version: 1.0.5.9000
Version: 1.0.6
Authors@R:
c(person(given = "David",
family = "Robinson",
Expand Down
96 changes: 53 additions & 43 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
# broom (development version)

* 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).
## New Features

* 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).
* Added support for `conf.level` in `augment.lm()` (#1191 by `@zietzm`).

* Added support for columns `adj.r.squared` and `npar` in `glance()` method for objects outputted from `mgcv::gam()` (#1172).

## Deprecations

* 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).

* 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.

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

* Fixed bug in tidier for `car::linearHypothesis()` output with long formulas (#1171).
* 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).

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

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

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

# broom 1.0.5

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

[@atyre2](https://github.com/atyre2),
[@batpigandme](https://github.com/batpigandme),
[@bfgray3](https://github.com/bfgray3),
[@bmannakee](https://github.com/bmannakee),
[@briatte](https://github.com/briatte),
[@cawoodjm](https://github.com/cawoodjm),
[@cimentadaj](https://github.com/cimentadaj),
[@dan87134](https://github.com/dan87134), [@dgrtwo](https://github.com/dgrtwo),
[@dmenne](https://github.com/dmenne), [@ekatko1](https://github.com/ekatko1),
[@ellessenne](https://github.com/ellessenne),
[@erleholgersen](https://github.com/erleholgersen),
[@ethchr](https://github.com/ethchr),
[@huftis](https://github.com/huftis),
[@IndrajeetPatil](https://github.com/IndrajeetPatil),
[@jacob-long](https://github.com/jacob-long),
[@jarvisc1](https://github.com/jarvisc1),
[@jenzopr](https://github.com/jenzopr), [@jgabry](https://github.com/jgabry),
[@jimhester](https://github.com/jimhester),
[@josue-rodriguez](https://github.com/josue-rodriguez),
[@karldw](https://github.com/karldw), [@kfeilich](https://github.com/kfeilich),
[@larmarange](https://github.com/larmarange),
[@lboller](https://github.com/lboller),
[@mariusbarth](https://github.com/mariusbarth),
[@michaelweylandt](https://github.com/michaelweylandt),
[@mine-cetinkaya-rundel](https://github.com/mine-cetinkaya-rundel),
[@mkuehn10](https://github.com/mkuehn10),
[@mvevans89](https://github.com/mvevans89),
[@nutterb](https://github.com/nutterb),
[@ShreyasSingh](https://github.com/ShreyasSingh),
[@stephlocke](https://github.com/stephlocke),
[@strengejacke](https://github.com/strengejacke),
[@topepo](https://github.com/topepo),
[@willbowditch](https://github.com/willbowditch),
[@WillemSleegers](https://github.com/WillemSleegers),
[@wilsonfreitas](https://github.com/wilsonfreitas), and
[@MatthieuStigler](https://github.com/MatthieuStigler)
`@atyre2`,
`@batpigandme`,
`@bfgray3`,
`@bmannakee`,
`@briatte`,
`@cawoodjm`,
`@cimentadaj`,
`@dan87134`,
`@dgrtwo`,
`@dmenne`,
`@ekatko1`,
`@ellessenne`,
`@erleholgersen`,
`@ethchr`,
`@huftis`,
`@IndrajeetPatil`,
`@jacob-long`,
`@jarvisc1`,
`@jenzopr`,
`@jgabry`,
`@jimhester`,
`@josue-rodriguez`,
`@karldw`,
`@kfeilich`,
`@larmarange`,
`@lboller`,
`@mariusbarth`,
`@michaelweylandt`,
`@mine-cetinkaya-rundel`,
`@mkuehn10`,
`@mvevans89`,
`@nutterb`,
`@ShreyasSingh`,
`@stephlocke`,
`@strengejacke`,
`@topepo`,
`@willbowditch`,
`@WillemSleegers`,
`@wilsonfreitas`, and
`@MatthieuStigler`.

# broom 0.4.4

Expand Down
4 changes: 3 additions & 1 deletion R/stats-anova-tidiers.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
#' For documentation on the tidier for [car::leveneTest()] output, see
#' [tidy.leveneTest()]
#'
#' @examplesIf rlang::is_installed("car")
# #' @examplesIf rlang::is_installed("car")
# unreplicable error on R-devel 4.5 (#1205)
#' @examplesIf FALSE
#'
#' # fit models
#' a <- lm(mpg ~ wt + qsec + disp, mtcars)
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ augment(fit, data = trees)

We welcome contributions of all types!

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/).
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/).

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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ We welcome contributions of all types\!

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
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,
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Reverse dependencies

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.
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.
2 changes: 1 addition & 1 deletion man/glance.anova.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tidy.anova.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8cf97a4

Please sign in to comment.