Last updated on 2024-11-27 19:49:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.3 | 8.14 | 96.39 | 104.53 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.3 | 4.97 | 63.36 | 68.33 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.3 | 169.04 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 172.33 | OK | |||
r-devel-windows-x86_64 | 0.2.3 | 10.00 | 107.00 | 117.00 | OK | |
r-patched-linux-x86_64 | 0.2.3 | 6.78 | 90.43 | 97.21 | ERROR | |
r-release-linux-x86_64 | 0.2.3 | 6.49 | 90.49 | 96.98 | OK | |
r-release-macos-arm64 | 0.2.3 | 82.00 | OK | |||
r-release-macos-x86_64 | 0.2.3 | 181.00 | OK | |||
r-release-windows-x86_64 | 0.2.3 | 10.00 | 105.00 | 115.00 | OK | |
r-oldrel-macos-arm64 | 0.2.3 | 10.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.2.3 | 10.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.2.3 | 12.00 | 133.00 | 145.00 | OK |
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [40s/339s]
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)
>
> test_check("ebvcube")
[ FAIL 3 | WARN 7 | SKIP 0 | PASS 206 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-download.R:12:5'): test ebv_download ID=numeric ────────────────
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_download(nc_url, destfile = file.path(outputdir, name_nc),
quiet = !verbose)`: Timeout was reached [portal.geobon.org]: Connection timed out after 10001 milliseconds
Backtrace:
▆
1. ├─ebvcube::ebv_download(27, dir, verbose = FALSE) at test-download.R:12:5
2. │ └─curl::curl_download(...)
3. └─curl:::raise_libcurl_error(...)
── Error ('test-download.R:18: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 10000 milliseconds
Backtrace:
▆
1. ├─ebvcube::ebv_download("10.25829/f2rdp4", dir, verbose = FALSE) at test-download.R:18: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(...)
── Error ('test-download.R:24:5'): test ebv_download ID=title ──────────────────
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_download(nc_url, destfile = file.path(outputdir, name_nc),
quiet = !verbose)`: Timeout was reached [portal.geobon.org]: Connection timed out after 10002 milliseconds
Backtrace:
▆
1. ├─ebvcube::ebv_download(...) at test-download.R:24:5
2. │ └─curl::curl_download(...)
3. └─curl:::raise_libcurl_error(...)
[ FAIL 3 | WARN 7 | SKIP 0 | PASS 206 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.2.3
Check: package dependencies
Result: ERROR
Package required but not available: ‘HDF5Array’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64