-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
56 lines (56 loc) · 1.94 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: oxcovid19
Type: Package
Title: An R API to the Oxford COVID-19 Database
Version: 0.1.3
Authors@R: c(person(given = "Ernest", family = "Guevarra",
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4887-4415")),
person(given = "Chris", family = "Mercado",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-5588-9543")),
person(given = "Robert", family = "Medina",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-6647-5453")),
person(given = "Alexander", family = "Zarebski",
role = "aut"))
Description: The OxCOVID19 Project <https://covid19.eng.ox.ac.uk> aims to
increase our understanding of the COVID-19 pandemic and elaborate possible
strategies to reduce the impact on the society through the combined power
of statistical, mathematical modelling, and machine learning techniques.
The OxCOVID19 Database is a large, single-centre, multimodal relational
database consisting of information (using acknowledged sources) related to
COVID-19 pandemic. This package provides an R-specific interface to the
OxCOVID19 Database based on widely-used data handling and manipulation
approaches in R.
License: GPL-3
Depends:
R (>= 2.10)
Imports:
DBI,
RPostgres,
dplyr,
sf,
dbplyr,
lubridate,
countrycode,
magrittr
Suggests:
testthat,
covr,
knitr,
rmarkdown,
rvest,
stringr,
RColorBrewer,
ggplot2,
spelling
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
URL: https://como-ph.github.io/oxcovid19/, https://github.com/como-ph/oxcovid19
BugReports: https://github.com/como-ph/oxcovid19/issues