Package: acledR
Type: Package
Title: Manipulate ACLED Data
Version: 1.0.1
Authors@R: c(
person(given = "Armed Conflict Location and Event Data",
family = "ACLED",
role = c("cph"),
email ="data@acleddata.com"),
person(given = "Trey",
family = "Billing",
role = c("aut", "cre"),
email ="t.billing@acleddata.com"),
person(given = "Lucas",
family = "Fagliano",
role = c("aut"),
email = "lucasfagliano@gmail.com"),
person(given = "Katayoun",
family = "Kishi",
role = c("ctb")))
Description: Tools working with data from ACLED (Armed Conflict
Location and Event Data). Functions include simplified access
to ACLED's API (), methods for
keeping local versions of ACLED data up-to-date, and functions
for common ACLED data transformations.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: dplyr, methods, httr, httr2, lubridate, stringr, tidyr,
magrittr, purrr, rlang, lifecycle, utils
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0)
URL: https://dtacled.github.io/acledR/
BugReports: https://github.com/dtacled/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
Config/pak/sysreqs: libicu-dev libssl-dev
Repository: https://dtacled.r-universe.dev
Date/Publication: 2025-09-18 13:06:30 UTC
RemoteUrl: https://github.com/dtacled/acledr
RemoteRef: HEAD
RemoteSha: 1e05ba93adf316299ff1c88c2910293023bf0d62
NeedsCompilation: no
Packaged: 2026-07-15 06:06:51 UTC; root
Author: Armed Conflict Location and Event Data ACLED [cph],
Trey Billing [aut, cre],
Lucas Fagliano [aut],
Katayoun Kishi [ctb]
Maintainer: Trey Billing