Package: ggsurvfit Title: Flexible Time-to-Event Figures Version: 1.2.0.9001 Authors@R: c( person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-0862-2018")), person("Shreya", "Sreeram", , "shreyasreeram27@gmail.com", role = "aut"), person("Mark", "Baillie", , "bailliem@gmail.com", role = "aut"), person("Charlotta", "Fruechtenicht", , "charlotta.fruechtenicht@roche.com", role = "aut", comment = c(ORCID = "0000-0002-6689-6423")), person("Steven", "Haesendonckx", , "shaesen2@its.jnj.com", role = "aut", comment = c(ORCID = "0000-0001-8222-3686")), person("Tim", "Treis", , "tim.treis@outlook.de", role = "aut", comment = c(ORCID = "0000-0002-9686-4799")) ) Description: Ease the creation of time-to-event (i.e. survival) endpoint figures. The modular functions create figures ready for publication. Each of the functions that add to or modify the figure are written as proper 'ggplot2' geoms or stat methods, allowing the functions from this package to be combined with any function or customization from 'ggplot2' and other 'ggplot2' extension packages. License: MIT + file LICENSE URL: https://github.com/pharmaverse/ggsurvfit, https://www.danieldsjoberg.com/ggsurvfit/ BugReports: https://github.com/pharmaverse/ggsurvfit/issues Depends: R (>= 4.1.0) Imports: broom (>= 1.0.0), cli (>= 3.0.0), dplyr (>= 1.0.3), ggplot2 (>= 4.0.0), glue (>= 1.6.0), gtable, patchwork (>= 1.1.0), rlang (>= 1.0.0), survival (>= 3.6-4), tidyr (>= 1.0.0) Suggests: covr, knitr, rmarkdown, scales (>= 1.1.0), spelling, testthat (>= 3.2.0), tidycmprsk (>= 1.0.0), vdiffr (>= 1.0.0), withr VignetteBuilder: knitr Config/Needs/website: cowplot, ggeasy, gghighlight Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://pharmaverse.r-universe.dev Date/Publication: 2026-04-07 23:03:11 UTC RemoteUrl: https://github.com/pharmaverse/ggsurvfit RemoteRef: HEAD RemoteSha: 0b986407f94761a5f083eb795aec373b64ca7e33 NeedsCompilation: no Packaged: 2026-06-06 06:15:19 UTC; root Author: Daniel D. Sjoberg [aut, cre, cph] (ORCID: ), Shreya Sreeram [aut], Mark Baillie [aut], Charlotta Fruechtenicht [aut] (ORCID: ), Steven Haesendonckx [aut] (ORCID: ), Tim Treis [aut] (ORCID: ) Maintainer: Daniel D. Sjoberg