-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.46 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
Package: oncarto
Type: Package
Title: Oncology Cartographer
Version: 0.1.0
Authors@R:
c(person(given = "Vivek",
family = "Sriram",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-3759-2911")),
person(given = "Sean",
family = "Kross",
email = "[email protected]",
role = c("ctb", "cre"),
comment = c(ORCID = "0000-0001-5215-0316")),
person(given = "Monica",
family = "Gerber",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0001-9878-9166")),
person(given = "Scott",
family = "Chamberlain",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0003-1444-9135"))
)
Description: Oncarto (Oncology Cartographer) is an R package / Shiny dashboard
developed by the Fred Hutch Data Science Lab (DaSL) for the
automated integration and visualization of publicly available cancer
incidence data for the Fred Hutch Cancer Center catchment area.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
dplyr,
htmltools,
leaflet,
sf,
shiny,
shinycssloaders,
shinydashboard,
tigris
Depends:
R (>= 2.10)
Config/testthat/edition: 3