diff --git a/DESCRIPTION b/DESCRIPTION index 522241a7e..188c73edf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index f0c50f1ea..a44b4f88c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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`) diff --git a/R/survival-survfit-tidiers.R b/R/survival-survfit-tidiers.R index a7e1834a2..4aa5c8b46 100644 --- a/R/survival-survfit-tidiers.R +++ b/R/survival-survfit-tidiers.R @@ -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 diff --git a/cran-comments.md b/cran-comments.md index 7bff2a807..22cbb9fda 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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. diff --git a/man/glance.survfit.Rd b/man/glance.survfit.Rd index 0b205ac0a..e45170390 100644 --- a/man/glance.survfit.Rd +++ b/man/glance.survfit.Rd @@ -9,7 +9,7 @@ \arguments{ \item{x}{An \code{survfit} object returned from \code{\link[survival:survfit]{survival::survfit()}}.} -\item{...}{Additional arguments passed to \code{\link[=summary.survfit]{summary.survfit()}}. Important +\item{...}{Additional arguments passed to \code{\link[survival:summary.survfit]{survival::summary.survfit()}}. Important arguments include \code{rmean}.} } \description{