R Under development (unstable) (2024-01-07 r85787 ucrt) -- "Unsuffered Consequences" 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) By using this package, you acknowledge that you have read ACLED's terms and conditions. The data must be cited as per ACLED attribution requirements. To download ACLED data, you require an ACLED access key. You can request your key by freely 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.7. 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:30:3', 'test-acled.R:44:3', 'test-acled.R:57:3', 'test-acled.R:65:3', 'test-acled.R:73:3', 'test-acled.R:80:3', 'test-acled.R:95:3', 'test-acled.R:123:3', 'test-acled.R:134:3', 'test-acled.R:144:3', 'test-acled.R:160:3', 'test-acled.R:170:3', 'test-acled.R:180:3' [ FAIL 0 | WARN 1 | SKIP 15 | PASS 0 ] > > proc.time() user system elapsed 1.31 0.15 1.45