-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.26 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
Package: YoloHealthApp
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R: c(
person(given = "Shannon",
family = "Houser",
role = "aut",
email = "[email protected]"),
person(given = "Gaurav",
family = "Sirdeshmukh",
role = "aut",
email = "[email protected]"),
person(given = "Junbo",
family = "Guan",
role = "aut",
email = "[email protected]"),
person(given = "Olivier",
family = "Binette",
role = c("ctb", "cre"),
email = "[email protected]"))
Description: What the package does (one paragraph).
Imports:
shiny (>= 1.6.0),
shinydashboard (>= 0.7.1),
shinybusy (>= 0.2.2),
tidyverse (>= 1.3.1),
tigris (>= 1.4.1),
leaflet (>= 2.0.4.1),
ggplot2 (>= 3.3.5),
ggmap (>= 3.0.0),
maps (>= 3.3.0),
mapdata (>= 2.3.0),
zipcodeR (>= 0.3.1),
sf (>= 1.0.2),
USAboundaries (>= 0.3.1),
XML (>= 3.99.0.6),
acs (>= 2.1.4),
stringr (>= 1.4.0),
htmltools (>= 0.5.1.1),
janitor (>= 2.1.0),
tidygeocoder
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)