From af4a67e6b39c649b84f3bf1f3f414a2a9628f8b0 Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Thu, 26 Sep 2024 14:48:06 -0500 Subject: [PATCH] Increment version number to 1.0.7 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`)