Package: KMunicate
Title: KMunicate-Style Kaplan–Meier Plots
Version: 0.2.0
Authors@R: c(
  person(given = "Alessandro", 
         family = "Gasparini", 
         role = c("aut", "cre", "cph"), 
         email = "alessandro.gasparini@ki.se",
         comment = c(ORCID = "0000-0002-8319-7624")),
  person(given = "Ary",
         family = "Serpa Neto",
         role = "ctb")
  )
Description: Produce Kaplan–Meier plots in the style recommended following the KMunicate 
  study by Morris et al. (2019) <doi:10.1136/bmjopen-2019-030215>. The KMunicate style
  consists of Kaplan-Meier curves with confidence intervals to quantify uncertainty and
  an extended risk table (per treatment arm) depicting the number of study subjects at 
  risk, events, and censored observations over time. The resulting plots are built using
  'ggplot2' and can be further customised to a certain extent, including themes, fonts, and 
  colour scales.
URL: https://ellessenne.github.io/KMunicate-package/
BugReports: https://github.com/ellessenne/KMunicate-package/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.1
LazyData: true
ByteCompile: true
Encoding: UTF-8
Language: en-GB
License: MIT + file LICENSE
Depends: R (>= 2.10), survival
Imports: checkmate, cowplot, ggplot2, pammtools, tidyr
Suggests: broom, covr, devtools, extrafont, knitr, rmarkdown, simsurv,
        testthat, usethis
NeedsCompilation: no
Packaged: 2020-11-16 08:46:44 UTC; ellessenne
Author: Alessandro Gasparini [aut, cre, cph]
    (<https://orcid.org/0000-0002-8319-7624>),
  Ary Serpa Neto [ctb]
Maintainer: Alessandro Gasparini <alessandro.gasparini@ki.se>
Repository: CRAN
Date/Publication: 2020-11-16 09:10:15 UTC
