R Under development (unstable) (2023-10-09 r85295 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(rdhs) Thank you for using rdhs. If you are using rdhs regularly or for automated tasks, please register for your own API key by emailing api@dhsprogram.com. More info at > > Sys.setenv("rdhs_RENVIRON_PERMISSION" = 1) > test_check("rdhs") trying URL 'https://dhsprogram.com/data/model_data/dhs/zzmr61fl.zip' Content type 'application/x-zip-compressed' length 597481 bytes (583 KB) ================================================== downloaded 583 KB adding: temp/RtmpuAdtOQ/file30e943fdb157a/ZZMR61FL.DAT (deflated 85%) trying URL 'https://dhsprogram.com/data/model_data/hiv/zzar61fl.zip' Content type 'application/x-zip-compressed' length 81939 bytes (80 KB) ================================================== downloaded 80 KB [ FAIL 0 | WARN 0 | SKIP 46 | PASS 32 ] ══ Skipped tests (46) ══════════════════════════════════════════════════════════ • DHS has removed this file (possibly because of what it tested (1): 'test_downloads.R:130:3' • On CRAN (43): 'test_api_calls.R:4:3', 'test_api_endpoints.R:8:3', 'test_api_endpoints.R:116:3', 'test_api_endpoints.R:140:3', 'test_api_endpoints.R:179:3', 'test_api_endpoints.R:193:3', 'test_api_endpoints.R:211:3', 'test_api_endpoints.R:238:3', 'test_api_endpoints.R:252:3', 'test_api_endpoints.R:279:3', 'test_api_endpoints.R:301:3', 'test_api_endpoints.R:322:3', 'test_api_endpoints.R:336:3', 'test_authentication.R:4:3', 'test_authentication.R:23:3', 'test_authentication.R:49:3', 'test_client_set_up.R:4:3', 'test_client_set_up.R:29:3', 'test_downloads.R:4:3', 'test_downloads.R:141:3', 'test_downloads.R:151:3', 'test_downloads.R:166:3', 'test_downloads.R:188:3', 'test_downloads.R:211:3', 'test_extraction.R:4:3', 'test_extraction.R:108:3', 'test_extraction.R:125:3', 'test_extraction.R:200:3', 'test_miscellaneous.R:37:3', 'test_miscellaneous.R:95:3', 'test_miscellaneous.R:131:3', 'test_read_dhs_flat.R:68:3', 'test_spatial_boundaries.R:4:3', 'test_spatial_boundaries.R:47:3', 'test_ui.R:4:3', 'test_ui.R:37:3', 'test_ui.R:66:3', 'test_ui.R:96:3', 'test_ui.R:106:3', 'test_ui.R:117:3', 'test_ui.R:127:3', 'test_ui.R:145:3', 'test_ui.R:167:3' • empty test (1): 'test_api_endpoints.R:346:1' • geojson test too heavy an API test (1): 'test_api_endpoints.R:79:3' [ FAIL 0 | WARN 0 | SKIP 46 | PASS 32 ] > > proc.time() user system elapsed 4.53 0.43 7.39