Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broom 1.0.7 release candidate #1226

Merged
merged 3 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading