Package: ggsurvfit Title: Flexible Time-to-Event Figures Version: 1.2.1.9000 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) 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) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://pharmaverse.r-universe.dev Date/Publication: 2026-07-24 19:55:13 UTC RemoteUrl: https://github.com/pharmaverse/ggsurvfit RemoteRef: HEAD RemoteSha: a28afe991306baab3920b5ec70355c78c0624a3b NeedsCompilation: no Packaged: 2026-07-24 20:08:57 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