R Under development (unstable) (2025-10-25 r88970 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(wbwdi) > > test_check("wbwdi") ! Failed to retrieve data from the World Bank API for request https://localhost:9999/countries?format=json&per_page=10000. Error message: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Could not connect to server [localhost]: Failed to connect to localhost port 9999 after 2230 ms: Could not connect to server ! Failed to retrieve data from the World Bank API for request https://localhost:9999/countries?format=json&per_page=10000. Error message: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Could not connect to server [localhost]: Failed to connect to localhost port 9999 after 2237 ms: Could not connect to server [ FAIL 0 | WARN 0 | SKIP 33 | PASS 121 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (33): 'tests-perform_request.R:26:3', 'tests-perform_request.R:40:3', 'tests-perform_request.R:52:3', 'tests-perform_request.R:65:3', 'tests-perform_request.R:77:3', 'tests-perform_request.R:96:3', 'tests-perform_request.R:108:3', 'tests-perform_request.R:120:3', 'tests-perform_request.R:132:3', 'tests-perform_request.R:159:3', 'tests-perform_request.R:181:3', 'tests-perform_request.R:197:3', 'tests-perform_request.R:241:3', 'tests-wdi_get.R:60:3', 'tests-wdi_get.R:78:3', 'tests-wdi_get.R:97:3', 'tests-wdi_get.R:104:3', 'tests-wdi_get.R:114:3', 'tests-wdi_get.R:124:3', 'tests-wdi_get.R:154:3', 'tests-wdi_get_entities.R:20:3', 'tests-wdi_get_entities.R:94:3', 'tests-wdi_get_income_levels.R:2:3', 'tests-wdi_get_income_levels.R:33:3', 'tests-wdi_get_indicators.R:20:3', 'tests-wdi_get_indicators.R:69:3', 'tests-wdi_get_languages.R:2:3', 'tests-wdi_get_lending_types.R:8:3', 'tests-wdi_get_lending_types.R:64:3', 'tests-wdi_get_regions.R:8:3', 'tests-wdi_get_regions.R:80:3', 'tests-wdi_get_topics.R:8:3', 'tests-wdi_get_topics.R:71:3' [ FAIL 0 | WARN 0 | SKIP 33 | PASS 121 ] > > proc.time() user system elapsed 2.90 0.29 8.81