Last updated on 2025-09-15 05:50:13 CEST.
Package | ERROR | OK |
---|---|---|
ebvcube | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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