-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.08 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
Package: covid19R
Title: Provides access to the standardized tidy datasets that
are part of the covid19R project
Version: 0.1.0
Authors@R: c(
person(given = "Jarrett",
family = "Byrnes",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9791-9472")),
person(given = "Amanda",
family = "Dobbyn",
role = c("aut"),
email = "[email protected]"),
person(given = "Rami",
family = "Krispin",
role = c("aut", "cre"),
email = "[email protected]")
)
Description: The covid19R project regularly queries and updates
a variety of different datasets about the spread of covid-19
(SARS-COV-2). This package allows users access to all of the datasets.
License: GPL-3
URL: https://covid19r.github.io/covid19R/
Imports:
magrittr (>= 1.5),
readr (>= 1.3.1)
Suggests:
testthat (>= 2.3.2),
knitr,
rmarkdown,
DT
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
VignetteBuilder: knitr