-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
29 lines (29 loc) · 1016 Bytes
/
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
Package: covidAgeData
Version: 0.0.4
Date: 2021-01-28
Title: Get Data from COVerAGE-DB
Authors@R:
person(given = "Erez",
family = "Shomron",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Erez Shomron <[email protected]>
Description: 'covidAgeData' is a small helper package to help with downloading
and reading datasets from the 'COVerAGE-DB' Project.
If you use 'COVerAGE-DB' data, please include a citation as instructed
in the project web page: '<https://github.com/timriffe/covid_age>'.
URL: https://github.com/eshom/covid-age-data/
BugReports: https://github.com/eshom/covid-age-data/issues/
Depends: R (>= 4.0)
Imports: osfr (>= 0.2.8),
collapse (>= 1.4.2),
data.table (>= 1.3.14),
utils,
vroom (>= 1.3.2)
Suggests: tibble (>= 3.0.4),
memoise (>= 1.1)
License: LGPL (>= 2.1)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1