Package: ggsurvfit
Title: Easy and Flexible Time-to-Event Figures
Version: 0.1.0
Authors@R: c(
    person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-0862-2018")),
    person("Mark", "Baillie", , "bailliem@gmail.com", role = "aut")
  )
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/ddsjoberg/ggsurvfit,
        http://www.danieldsjoberg.com/ggsurvfit/
BugReports: https://github.com/ddsjoberg/ggsurvfit/issues
Depends: R (>= 3.5)
Imports: broom (>= 1.0.0), cli (>= 3.0.0), dplyr (>= 1.0.0), ggplot2
        (>= 3.3.0), gtable, patchwork, rlang (>= 1.0.0), survival (>=
        3.4-0), tidyr (>= 1.0.0)
Suggests: covr, glue, knitr, rmarkdown, scales, spelling, testthat (>=
        3.0.0), tidycmprsk, vdiffr (>= 1.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-08-27 14:03:14 UTC; SjobergD
Author: Daniel D. Sjoberg [aut, cre, cph]
    (<https://orcid.org/0000-0003-0862-2018>),
  Mark Baillie [aut]
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>
Repository: CRAN
Date/Publication: 2022-08-27 15:10:02 UTC
