Last updated on 2025-11-30 07:49:33 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.2 | 1.76 | 29.32 | 31.08 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.2 | 1.67 | 24.01 | 25.68 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.2 | 15.00 | 34.30 | 49.30 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.2 | 43.46 | OK | |||
| r-devel-windows-x86_64 | 1.3.2 | 9.00 | 47.00 | 56.00 | OK | |
| r-patched-linux-x86_64 | 1.3.2 | 2.64 | 27.46 | 30.10 | OK | |
| r-release-linux-x86_64 | 1.3.2 | 1.89 | 27.20 | 29.09 | OK | |
| r-release-macos-arm64 | 1.3.2 | OK | ||||
| r-release-macos-x86_64 | 1.3.2 | 3.00 | 34.00 | 37.00 | OK | |
| r-release-windows-x86_64 | 1.3.2 | 5.00 | 48.00 | 53.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.2 | 2.00 | 43.00 | 45.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.2 | 6.00 | 57.00 | 63.00 | OK |
Version: 1.3.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/3s]
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_couldnt_connect/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Could not connect to server [vocab.ices.dk]:
Failed to connect to vocab.ices.dk port 443 after 1630 ms: Could not connect to server
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-linux-x86_64-debian-gcc