-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.09 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
Package: nccovid
Title: Pull North Carolina Covid-19 Outbreak Information
Version: 0.0.21
Authors@R:
c(person(given = "Michael",
family = "DeWitt",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8940-1967")),
person(given = "Jennifer",
family = "Wenner",
role = c("aut")),
person(family = "Cone Health", role = c("aut", "cph"))
)
Description: This package allows users to easily retrieve data that have been pulled from the North Carolina
Department of Health and Human Services Covid-19 Dashboard.
License: MIT + file LICENSE
BugReports: https://github.com/conedatascience/nccovid/issues
URL: https://github.com/conedatascience/nccovid, https://conedatascience.github.io/nccovid/
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2.9000
Depends:
R (>= 2.10)
Imports:
data.table,
dplyr,
stringr,
tidyr,
tigris,
magrittr,
ggplot2,
scales
Suggests:
testthat (>= 3.0.0),
entropy,
broom,
purrr
Config/testthat/edition: 3