-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
46 lines (46 loc) · 973 Bytes
/
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
Package: cureit
Title: A package to build and evaluate cure models
Version: 0.0.0.9000
Authors@R:
c(person(given = "Karissa",
family = "Whiting",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID")),
person(given = "Teng",
family = "Fei",
role = "aut",
comment = c(ORCID = "0000-0001-7888-1715")))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: http://www.karissawhiting.com/cureit/
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends: R (>= 2.10)
Imports:
dplyr,
ggplot2,
broom,
scales,
purrr,
survival,
smcure,
gtsummary,
stringr,
rlang,
cli,
stats,
hardhat,
janitor,
forcats,
caret,
broom.helpers
Suggests:
knitr,
rmarkdown,
survminer,
gt,
ggsurvfit
VignetteBuilder: knitr