R version 4.6.0 alpha (2026-04-09 r89835 ucrt) Copyright (C) 2026 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") [ FAIL 0 | WARN 0 | SKIP 40 | PASS 135 ] ══ Skipped tests (40) ══════════════════════════════════════════════════════════ • On CRAN (40): '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:183:3', 'tests-perform_request.R:199:3', 'tests-perform_request.R:245:3', 'tests-wdi_get.R:2:3', 'tests-wdi_get.R:64:3', 'tests-wdi_get.R:82:3', 'tests-wdi_get.R:101:3', 'tests-wdi_get.R:108:3', 'tests-wdi_get.R:118:3', 'tests-wdi_get.R:128:3', 'tests-wdi_get.R:158:3', 'tests-wdi_get_entities.R:2:3', 'tests-wdi_get_entities.R:21:3', 'tests-wdi_get_entities.R:95:3', 'tests-wdi_get_income_levels.R:2:3', 'tests-wdi_get_income_levels.R:33:3', 'tests-wdi_get_indicators.R:2:3', 'tests-wdi_get_indicators.R:21:3', 'tests-wdi_get_indicators.R:70:3', 'tests-wdi_get_languages.R:2:3', 'tests-wdi_get_lending_types.R:2:3', 'tests-wdi_get_lending_types.R:9:3', 'tests-wdi_get_lending_types.R:65:3', 'tests-wdi_get_regions.R:2:3', 'tests-wdi_get_regions.R:9:3', 'tests-wdi_get_regions.R:81:3', 'tests-wdi_get_sources.R:2:3', 'tests-wdi_get_topics.R:2:3', 'tests-wdi_get_topics.R:9:3', 'tests-wdi_get_topics.R:72:3' [ FAIL 0 | WARN 0 | SKIP 40 | PASS 135 ] > > proc.time() user system elapsed 5.12 0.79 10.45