-
Notifications
You must be signed in to change notification settings - Fork 206
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.16 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
Package: coronavirus
Title: The 2019 Novel Coronavirus COVID-19 (2019-nCoV) Dataset
Version: 0.4.1
Authors@R: c(person(given = "Rami",
family ="Krispin",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Jarrett",
family = "Byrnes",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9791-9472")))
Maintainer: Rami Krispin <[email protected]>
Description: Provides a daily summary of the Coronavirus (COVID-19) cases by state/province. Data source: Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus <https://systems.jhu.edu/research/public-health/ncov/>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.0.2)
Suggests:
DT,
dplyr,
knitr,
plotly,
readr,
rmarkdown,
remotes,
testthat (>= 2.1.0)
Imports:
devtools(>= 2.2.2)
URL: https://github.com/RamiKrispin/coronavirus
BugReports: https://github.com/RamiKrispin/coronavirus/issues
RoxygenNote: 7.1.2
VignetteBuilder: knitr