Last updated on 2025-09-15 11:49:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.2 | 8.54 | 111.18 | 119.72 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.2 | 4.82 | 74.31 | 79.13 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.5.2 | 181.25 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.2 | 173.56 | OK | |||
r-devel-windows-x86_64 | 0.5.2 | 11.00 | 113.00 | 124.00 | OK | |
r-patched-linux-x86_64 | 0.5.2 | 8.13 | 100.97 | 109.10 | OK | |
r-release-linux-x86_64 | 0.5.2 | 6.78 | 103.44 | 110.22 | OK | |
r-release-macos-arm64 | 0.5.2 | 86.00 | OK | |||
r-release-macos-x86_64 | 0.5.2 | 140.00 | OK | |||
r-release-windows-x86_64 | 0.5.2 | 11.00 | 114.00 | 125.00 | OK | |
r-oldrel-macos-arm64 | 0.5.2 | 121.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.2 | 140.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.2 | 12.00 | 150.00 | 162.00 | OK |
Version: 0.5.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [31s/110s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(ebvcube)
ebvcube 0.5.2
>
> test_check("ebvcube")
[ FAIL 1 | WARN 10 | SKIP 0 | PASS 239 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-download.R:20:5'): test ebv_download ID=doi ────────────────────
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [portal.geobon.org]:
Connection timed out after 10001 milliseconds
Backtrace:
▆
1. ├─ebvcube::ebv_download("10.25829/f2rdp4", dir, verbose = FALSE) at test-download.R:20:5
2. │ └─httr::HEAD(url_id)
3. │ └─httr:::request_perform(req, hu$handle$handle)
4. │ ├─httr:::request_fetch(req$output, req$url, handle)
5. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
6. │ └─curl::curl_fetch_memory(url, handle = handle)
7. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 10 | SKIP 0 | PASS 239 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc