-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.31 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
Package: oxcgrt
Type: Package
Title: An Interface to the Oxford COVID-19 Government Response Tracker API
Version: 0.2.0
Authors@R: person("Ernest", "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]",
role = c("aut", "cre"))
Description: The Oxford COVID-19 Government Response Tracker (OxCGRT) tracks and
compares worldwide government responses to the COVID-19 pandemic rigorously
and consistently. OxCGRT makes available systematic information in a
consistent way, aiding those who require information have access to it
efficiently for their purposes. This package facilitates access to the
OxCGRT data via its API <https://covidtracker.bsg.ox.ac.uk/> and
includes functions to calculate the various OxCGRT indices in R.
License: GPL-3
Depends:
R (>= 2.10)
Imports:
dplyr,
jsonlite,
tibble,
magrittr,
tidyr,
countrycode,
stringr,
httr
Suggests:
curl,
covr,
testthat,
spelling,
rvest,
xml2,
knitr,
rmarkdown
Encoding: UTF-8
Language: en-GB
LazyData: true
URL: https://como-ph.github.io/oxcgrt/, https://github.com/como-ph/oxcgrt
BugReports: https://github.com/como-ph/oxcgrt/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
VignetteBuilder: knitr