Last updated on 2025-09-08 08:50:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 4.45 | 60.33 | 64.78 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 3.14 | 44.48 | 47.62 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 110.44 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 107.53 | ERROR | |||
r-devel-windows-x86_64 | 1.1.0 | 7.00 | 83.00 | 90.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 4.56 | 56.74 | 61.30 | OK | |
r-release-linux-x86_64 | 1.1.0 | 4.22 | 56.98 | 61.20 | OK | |
r-release-macos-arm64 | 1.1.0 | 48.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 84.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 6.00 | 86.00 | 92.00 | OK | |
r-oldrel-macos-arm64 | 1.1.0 | 58.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 94.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.0 | 8.00 | 94.00 | 102.00 | OK |
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/329s]
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: /tmp/RtmpDyhKpp/working_dir/Rtmpczun1c/file20c4ad3f4591a...
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 147 ]
══ 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-perform_request.R:110:3'): perform_request handles pagination correctly ──
<httr2_http_524/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `req_perform(req, path = get_path(i), mock = mock)`: HTTP 524.
Backtrace:
▆
1. └─wbids:::perform_request(...) at test-perform_request.R:110:3
2. └─httr2::req_perform_iterative(...)
3. ├─base::tryCatch(...)
4. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
5. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
6. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
7. ├─rlang::try_fetch(...)
8. │ └─base::withCallingHandlers(...)
9. └─httr2::req_perform(req, path = get_path(i), mock = mock)
10. └─httr2:::handle_resp(req, resp, error_call = error_call)
11. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
12. ├─rlang::catch_cnd(...)
13. │ ├─rlang::eval_bare(...)
14. │ ├─base::tryCatch(...)
15. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
16. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
17. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
18. │ └─base::force(expr)
19. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 147 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc