Skip to content

Commit

Permalink
broom release 1.0.7 (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Sep 27, 2024
1 parent 73f1fae commit 30265ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.6.9000
Version: 1.0.7
Authors@R:
c(person(given = "David",
family = "Robinson",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# broom (development version)
# broom 1.0.7

* Corrected `nobs` entries in `glance.coxph()` output: the package used to
return `length(object$linear.predictors)` (equal to `n` rather than `nevent`)
Expand Down
2 changes: 1 addition & 1 deletion R/survival-survfit-tidiers.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tidy.survfit <- function(x, ...) {
#' @templateVar class survfit
#' @template title_desc_glance
#'
#' @param ... Additional arguments passed to [summary.survfit()]. Important
#' @param ... Additional arguments passed to [survival::summary.survfit()]. Important
#' arguments include `rmean`.
#'
#' @inherit tidy.survfit params examples
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 260 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package, and saw no new NOTEs, WARNINGs, or ERRORs.
We checked 258 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.survfit.Rd

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

0 comments on commit 30265ca

Please sign in to comment.