-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.48 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
Package: acled.api
Title: Automated Retrieval of ACLED Conflict Event Data
Version: 1.1.9
Date: 2024-10-02
Authors@R:
c(person(given = "Christoph",
family = "Dworschak",
role = c("aut", "cre"),
email = "dworschak@posteo.de",
comment = c(ORCID = "0000-0003-0196-9545")),
person("Rob", "Williams", email = "jayrobwilliams@gmail.com",
role = c("ctb"), comment = c(ORCID = "0000-0001-9259-3883")))
Author: Christoph Dworschak [aut, cre] (<https://orcid.org/0000-0003-0196-9545>), Rob Williams [ctb] (<https://orcid.org/0000-0001-9259-3883>)
Maintainer: Christoph Dworschak <dworschak@posteo.de>
Description: Access and manage the application programming interface (API) of the Armed Conflict Location & Event Data Project (ACLED) at <https://acleddata.com/>. The package makes it easy to retrieve a user-defined sample (or all of the available data) of ACLED, enabling a seamless integration of regular data updates into the research work flow. It requires a minimal number of dependencies. See the package's README file for a note on replicability when drawing on ACLED data. When using this package, you acknowledge that you have read ACLED's terms and conditions of use, and that you agree with their attribution requirements.
URL: <https://gitlab.com/chris-dworschak/acled.api>
License: CC BY-NC 4.0
Encoding: UTF-8
Language: en-US
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports: httr, jsonlite
Suggests:
testthat