-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
56 lines (56 loc) · 1.9 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: ggsurvfit
Title: Flexible Time-to-Event Figures
Version: 1.1.0.9001
Authors@R: c(
person("Daniel D.", "Sjoberg", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-0862-2018")),
person("Mark", "Baillie", , "[email protected]", role = "aut"),
person("Charlotta", "Fruechtenicht", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-6689-6423")),
person("Steven", "Haesendonckx", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8222-3686")),
person("Tim", "Treis", , "[email protected]", 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 (>= 3.5)
Imports:
broom (>= 1.0.0),
cli (>= 3.0.0),
dplyr (>= 1.0.3),
ggplot2 (>= 3.5.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.1