-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
20 lines (20 loc) · 949 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: COVID19
Type: Package
Title: R Interface to COVID-19 Data Hub
Version: 3.0.3
Authors@R: c(
person(given = "Emanuele", family = "Guidotti", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8961-6623")),
person(given = "David", family = "Ardia", role = c("ctb"), comment = c(ORCID = "0000-0003-2823-782X"))
)
Description: Provides a daily summary of COVID-19 cases, deaths, recovered, tests,
vaccinations, and hospitalizations for 230+ countries, 760+ regions,
and 12000+ administrative divisions of lower level.
Includes policy measures, mobility data, and geospatial identifiers.
Data source: COVID-19 Data Hub <https://covid19datahub.io>.
License: MIT + file LICENSE
URL: https://covid19datahub.io
BugReports: https://github.com/covid19datahub/COVID19/issues
Encoding: UTF-8
Imports: tools, utils, R.utils, data.table
Suggests: RSQLite, wbstats (>= 1.0.0)
RoxygenNote: 7.2.1