-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 820 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 820 Bytes
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
Package: VirginiaC19
Title: Virginia COVID-19 Related Data
Version: 0.1.0
Authors@R:
person(given = "Les",
family = "DeBusk-Lane",
role = c("aut", "cre"),
email = "mldebusklane@gmail.com")
Description: Imports and cleans data from Virginia's department
of health reporting. The original website is here:
<http://www.vdh.virginia.gov/coronavirus/>.
License: MIT + file LICENSE
URL: https://github.com/debusklaneml/VirginiaC19
BugReports: https://github.com/debusklaneml/VirginiaC19/issues
Depends:
R (>= 3.0.2)
Imports:
curl,
dplyr (>= 0.8.5),
glue (>= 1.3.2),
janitor,
lubridate,
magrittr (>= 1.5),
readr,
tidyr (>= 1.0.2)
Suggests:
testthat (>= 2.3.1)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0