Skip to content

Commit

Permalink
merge pr #1035: v0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jul 27, 2021
2 parents 3c0f545 + 5bfad3e commit 95b212f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Type: Package
Package: broom
Title: Convert Statistical Objects into Tidy Tibbles
Version: 0.7.8.9000
Version: 0.7.9
Authors@R:
c(person(given = "David",
family = "Robinson",
Expand Down
4 changes: 1 addition & 3 deletions NEWS.md
@@ -1,6 +1,4 @@
# broom 0.7.8.9000

To be released as broom 0.7.9.
# broom 0.7.9

* Fixes confidence intervals in `tidy.crr()`, which were previously exponentiated when `exponentiate = FALSE` (`#1023` by `@leejasme`)
* Deprecates `Rchoice` tidiers, as the newest 0.3-3 release requires R 4.0+ and does not re-export needed generics.
Expand Down
5 changes: 5 additions & 0 deletions R/lfe-tidiers.R
Expand Up @@ -17,6 +17,8 @@
#'
#' @examples
#'
#' if (require(lfe)) {
#'
#' library(lfe)
#'
#' # Use built-in "airquality" dataset
Expand Down Expand Up @@ -46,6 +48,9 @@
#' tidy(est2, conf.int = TRUE, se.type = "cluster")
#' tidy(est2, conf.int = TRUE, se.type = "robust")
#' tidy(est2, conf.int = TRUE, se.type = "iid")
#'
#' }
#'
#' @export
#' @aliases felm_tidiers lfe_tidiers
#' @family felm tidiers
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
@@ -1,4 +1,4 @@
# broom 0.7.8
# broom 0.7.9

## Test environments

Expand All @@ -14,6 +14,6 @@

# Reverse dependencies

We checked 184 reverse dependencies (170 from CRAN + 14 from BioConductor),
We checked 190 reverse dependencies (175 from CRAN + 15 from BioConductor),
comparing R CMD check results across CRAN and dev versions of this package.
We saw no new ERRORs, WARNINGs, or NOTEs.
5 changes: 5 additions & 0 deletions man/augment.felm.Rd

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

5 changes: 5 additions & 0 deletions man/glance.felm.Rd

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

5 changes: 5 additions & 0 deletions man/tidy.felm.Rd

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

0 comments on commit 95b212f

Please sign in to comment.