-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.51 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
Package: SurvdigitizeR
Title: Digitizing Survival Curves
Version: 0.0.0.9000
Authors@R:
c(person(given = "Jasper Zhongyuan",
family = "Zhang",
role = c("aut", "cre"),
email = "jasper.zhang@sickkids.ca",
comment = c(ORCID = "YOUR-ORCID-ID")),
person(given = "Juan David",
family = "Rios",
role = c("aut"),
email = "david.rios@sickkids.ca",
comment = c(ORCID = "YOUR-ORCID-ID")),
person(given = "Petros",
family = "Pechlivanoglou",
role = c("aut"),
email = "Petros.Pechlivanoglou@sickkids.ca",
comment = c(ORCID = "YOUR-ORCID-ID")),
person(given = "Alan",
family = "Yang",
role = c("aut"),
email = "Alan.Yang@sickkids.ca",
comment = c(ORCID = "YOUR-ORCID-ID")),
person(given = "Linda",
family = "Luu",
role = c("aut"),
email = "Linda.Luu@sickkids.ca",
comment = c(ORCID = "YOUR-ORCID-ID")))
Description: This package digitizes published Kaplan-Meier survival curves in the form of jpegs or pngs for the purpose of generating a representative dataset.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
imager,
tidyr,
dplyr,
stringr,
jpeg,
png,
tesseract,
xml2,
FNN,
cluster,
magick,
tibble,
magrittr
Suggests:
knitr,
here,
rmarkdown
VignetteBuilder: knitr