CRAN Package Check Results for Package icesVocab

Last updated on 2026-06-22 11:51:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.2 2.37 28.72 31.09 OK
r-devel-linux-x86_64-debian-gcc 1.3.2 2.02 23.86 25.88 OK
r-devel-linux-x86_64-fedora-clang 1.3.2 46.90 OK
r-devel-linux-x86_64-fedora-gcc 1.3.2 44.36 OK
r-devel-windows-x86_64 1.3.2 6.00 58.00 64.00 ERROR
r-patched-linux-x86_64 1.3.2 2.55 26.99 29.54 OK
r-release-linux-x86_64 1.3.2 2.29 27.12 29.41 OK
r-release-macos-arm64 1.3.2 1.00 19.00 20.00 OK
r-release-macos-x86_64 1.3.2 2.00 41.00 43.00 OK
r-release-windows-x86_64 1.3.2 5.00 51.00 56.00 OK
r-oldrel-macos-arm64 1.3.2 OK
r-oldrel-macos-x86_64 1.3.2 2.00 35.00 37.00 OK
r-oldrel-windows-x86_64 1.3.2 6.00 56.00 62.00 OK

Check Details

Version: 1.3.2
Check: tests
Result: ERROR Running 'testthat.R' [11s] 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(icesVocab) > > test_check("icesVocab") GETing ... https://vocab.ices.dk/services/api/CodeDetail/SpecWoRMS/wrong_code no token used [ FAIL 1 | WARN 0 | SKIP 1 | PASS 2 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_getCodeDetail.R:3:11' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_getCodeDetail.R:13:13'): test getCodeDetail does not fail when code wrong ── <curl_error_operation_timedout/curl_error/error/condition> Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [vocab.ices.dk]: Connection timed out after 10012 milliseconds Backtrace: ▆ 1. ├─utils::capture.output(...) at test_getCodeDetail.R:13:13 2. │ └─base::withVisible(...elt(i)) 3. ├─testthat::expect_message(...) 4. │ └─testthat:::expect_condition_matching_(...) 5. │ └─testthat:::quasi_capture(...) 6. │ ├─testthat (local) .capture(...) 7. │ │ └─base::withCallingHandlers(...) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. ├─icesVocab::getCodeDetail("SpecWoRMS", "wrong_code") 10. │ ├─icesVocab:::vocab_get_cached(...) 11. │ │ ├─base::withVisible(eval(mc, parent.frame())) 12. │ │ └─base::eval(mc, parent.frame()) 13. │ │ └─base::eval(mc, parent.frame()) 14. │ └─icesVocab (local) `<fn>`(...) 15. │ └─icesConnect::ices_get(url, retry, quiet, verbose, content, use_token = FALSE) 16. │ └─icesConnect::ices_get_jwt(...) 17. │ └─icesConnect::ices_request_jwt(...) 18. │ ├─base::do.call(HTTPFUN, args) 19. │ └─httr (local) `<fn>`(...) 20. │ └─httr:::request_perform(req, hu$handle$handle) 21. │ ├─httr:::request_fetch(req$output, req$url, handle) 22. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle) 23. │ └─curl::curl_fetch_memory(url, handle = handle) 24. └─curl:::raise_libcurl_error(...) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 2 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64