-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1021 Bytes
/
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
Package: acledR
Type: Package
Title: Manipulate 'ACLED' Data
Version: 0.1.0
Authors@R: c(
person(given = "",
family = "ACLED",
role = c("cph", "cre"),
email ="[email protected]"))
Description: The package allows users to easily interact with 'ACLED' data by providing wrappers for the API and other functions to manipulate 'ACLED' data.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
methods,
httr,
lubridate,
stringr,
tidyr,
magrittr,
purrr,
rlang,
utils
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
URL: https://github.com/ACLED/acledR,
https://acled.github.io/acledR/,
https://dtacled.github.io/acledR/
BugReports: https://github.com/ACLED/acledR/issues
Suggests:
knitr,
janitor,
rmarkdown,
readr,
kableExtra,
ggplot2,
covr,
here,
secret,
sf,
raster,
forcats,
igraph,
sjmisc,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3