forked from CoronaNetDataScience/CoronaNetR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.32 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
Package: CoronaNetR
Type: Package
Title: API Access to 'CoronaNet' Data
Version: 0.3.0
Authors@R:
c(person(given = "Timothy",
family = "A. Model",
role = c("aut"),
email = "[email protected]"),
person(given="Robert",
family="Kubinec",
role=c("aut","cre"),
email="[email protected]",
comment = c(ORCID = "0000-0001-6655-4119")))
Maintainer: Robert Kubinec <[email protected]>
Description: Offers access to a database on government responses to the COVID-19 pandemic.
To date, the 'CoronaNet' dataset provides the most comprehensive and granular
documentation of such government policies in the world, capturing data for
20 broad policy categories alongside many other dimensions, including the
initiator, target, and timing of a policy. This package is a programmatic
front-end to up-to-date 'CoronaNet' policy records and the 'CoronaNet' policy intensity index scores.
For more information, see 'Cheng et al.' (2020) <doi:10.1038/s41562-020-0909-7>.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
httr,
R.utils
Encoding: UTF-8
Language: en-US
LazyData: true
URL: https://github.com/CoronaNetDataScience/CoronaNetR
BugReports: https://github.com/CoronaNetDataScience/CoronaNetR/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2