-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
56 lines (56 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
45
46
47
48
49
50
51
52
53
54
55
56
Type: Package
Package: icews
Title: Get the ICEWS Event Data
Version: 1.0.3
Authors@R:
person(given = "Andreas",
family = "Beger",
role = c("cre", "aut"),
email = "adbeger@gmail.com",
comment = c(ORCID = "0000-0003-1883-3169"))
Maintainer: Andreas Beger <adbeger@gmail.com>
Description: Download the Integrated Crisis Early Warning System (ICEWS) event
data from Dataverse and keep it synced with the latest updates. Store the
local data using either the raw tab-separated files, in a SQLite database,
or both. The ICEWS dataverse repos are <doi:10.7910/DVN/28075> and
<doi:10.7910/DVN/QI2T9A>.
License: MIT + file LICENSE
URL: https://www.andybeger.com/icews/,
https://github.com/andybega/icews
BugReports: https://github.com/andybega/icews/issues
Depends:
R (>= 3.5)
SystemRequirements:
libxml2,
openssl
Imports:
countrycode,
dataverse,
DBI,
dbplyr,
dplyr,
readr,
rlang,
RSQLite,
tibble,
lifecycle
Suggests:
covr,
ggplot2,
knitr,
mockery,
mockr,
rmarkdown,
stringr,
testthat (>= 3.0.0),
tictoc,
tidyr,
usethis
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
RdMacros: lifecycle
Config/testthat/edition: 3