Skip to content

Commit 95f2a88

Browse files
committed
Merge branch 'main' of https://github.com/pharmaverse/ggsurvfit into subset_pvalue
2 parents 6fdf053 + ec80a76 commit 95f2a88

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ggsurvfit
22
Title: Flexible Time-to-Event Figures
3-
Version: 1.1.0.9004
3+
Version: 1.2.0.9000
44
Authors@R: c(
55
person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0003-0862-2018")),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ggsurvfit (development version)
22

3+
# ggsurvfit 1.2.0
4+
35
* Updates to account for changes in ggplot2 v4.0.0. (#241)
46

57
* Improved messaging when users pass competing risks models to `add_pvalue()` when more than one outcome is on display.

R/add_pvalue.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
#' P-values are calculated with `survival::survdiff()` or `tidycmprsk::glance()`.
88
#' Examples of custom placement located in the help file for `survfit_p()`.
99
#'
10-
#' When a competing risks figure includes multiple outcomes, only the p-value
11-
#' comparing stratum for the _first_ outcome can be placed.
10+
#' Competing risks modeld displaying multiple outcomes are not supported by `add_pvalue()`.
1211
#'
1312
#' @param location string indicating where to place p-value. Must be one of
1413
#' `c("caption", "annotation")`

man/add_pvalue.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)