Last updated on 2025-11-13 19:50:43 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 4.50 | 61.85 | 66.35 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 3.50 | 45.91 | 49.41 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 35.00 | 74.52 | 109.52 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 17.00 | 95.37 | 112.37 | OK | |
| r-devel-windows-x86_64 | 1.1.1 | 7.00 | 88.00 | 95.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 4.98 | 57.18 | 62.16 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 4.27 | 57.07 | 61.34 | OK | |
| r-release-macos-arm64 | 1.1.1 | 2.00 | 46.00 | 48.00 | OK | |
| r-release-macos-x86_64 | 1.1.1 | 5.00 | 107.00 | 112.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 7.00 | 79.00 | 86.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | 3.00 | 51.00 | 54.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.1 | 6.00 | 107.00 | 113.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 8.00 | 89.00 | 97.00 | OK |
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/21s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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(wbids)
>
> test_check("wbids")
Downloading file to: /home/hornik/tmp/scratch/RtmpUe5Ffc/file2c0484557c0abb.xlsx
[ FAIL 1 | WARN 1 | SKIP 7 | PASS 146 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-ids_bulk.R:5:3', 'test-ids_bulk.R:78:3',
'test-ids_bulk.R:166:3', 'test-ids_bulk.R:220:3', 'test-ids_bulk.R:253:3',
'test-ids_bulk.R:305:3', 'test-ids_bulk.R:372:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-read_bulk_info.R:2:3'): read_bulk_info returns necessary data structure ──
Error in `open.connection(con, "rb")`: cannot open the connection to 'https://datacatalogapi.worldbank.org/ddhxext/DatasetDownload?dataset_unique_id=0038015&version_id='
Backtrace:
▆
1. └─wbids:::read_bulk_info() at test-read_bulk_info.R:2:3
2. └─jsonlite::fromJSON(...)
3. └─jsonlite:::parse_and_simplify(...)
4. └─jsonlite:::parseJSON(txt, bigint_as_char)
5. └─jsonlite:::parse_con(txt, bigint_as_char)
6. ├─base::open(con, "rb")
7. └─base::open.connection(con, "rb")
[ FAIL 1 | WARN 1 | SKIP 7 | PASS 146 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang