forked from pharmaverse/ggsurvfit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.97 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.97 KB
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
57
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 (>= 3.5)
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