-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 889 Bytes
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 889 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
32
33
34
35
36
37
38
39
40
Package: covid19Rdata
Title: Data aggregator for covid19R
Version: 0.1.0
Authors@R: c(
person(given = "Jarrett",
family = "Byrnes",
role = c("aut", "cre"),
email = "jarrett.byrnes@umb.edu",
comment = c(ORCID = "0000-0002-9791-9472")),
person(given = "Rami",
family = "Krispin",
email = "rami.krispin@gmail.com",
role = c("aut")),
person(given = "Amanda",
family = "Dobbyn",
role = c("aut"),
email = "amanda.e.dobbyn@gmail.com")
)
Description: A refresher of COVID-19 R data.
License: MIT + file LICENSE
Imports:
dplyr,
devtools,
fs,
gh,
glue,
here,
lubridate,
magrittr,
purrr,
readr,
snakecase,
stringr,
tibble,
usethis
Suggests:
testthat (>= 2.1.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0