R version 4.4.0 RC (2024-04-16 r86458 ucrt) -- "Puppy Cup" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(acled.api) Before using this package to download data, you require an ACLED access key. You can request your key by registering with ACLED on https://developer.acleddata.com/. The package may be cited as: Dworschak, Christoph. 2020. "Acled.api: Automated Retrieval of ACLED Conflict Event Data." R package. CRAN version 1.1.8. For the development version of this package, visit > > test_check("acled.api") [ FAIL 0 | WARN 1 | SKIP 15 | PASS 0 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-acled.R:4:3', 'test-acled.R:22:3', 'test-acled.R:29:3', 'test-acled.R:43:3', 'test-acled.R:56:3', 'test-acled.R:64:3', 'test-acled.R:72:3', 'test-acled.R:79:3', 'test-acled.R:94:3', 'test-acled.R:122:3', 'test-acled.R:133:3', 'test-acled.R:143:3', 'test-acled.R:159:3', 'test-acled.R:169:3', 'test-acled.R:179:3' [ FAIL 0 | WARN 1 | SKIP 15 | PASS 0 ] > > proc.time() user system elapsed 0.84 0.12 0.95