Last updated on 2025-11-06 07:49:33 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.2 | 6.26 | 114.37 | 120.63 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.2 | 4.95 | 72.69 | 77.64 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.5.2 | 43.00 | 160.04 | 203.04 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.2 | 17.00 | 161.44 | 178.44 | OK | |
| r-devel-windows-x86_64 | 0.5.2 | 10.00 | 118.00 | 128.00 | OK | |
| r-patched-linux-x86_64 | 0.5.2 | 6.52 | 102.46 | 108.98 | ERROR | |
| r-release-linux-x86_64 | 0.5.2 | 5.73 | 106.27 | 112.00 | OK | |
| r-release-macos-arm64 | 0.5.2 | 3.00 | 83.00 | 86.00 | OK | |
| r-release-macos-x86_64 | 0.5.2 | 7.00 | 133.00 | 140.00 | OK | |
| r-release-windows-x86_64 | 0.5.2 | 10.00 | 115.00 | 125.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.2 | 3.00 | 118.00 | 121.00 | OK | |
| r-oldrel-macos-x86_64 | 0.5.2 | 7.00 | 133.00 | 140.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.2 | 15.00 | 150.00 | 165.00 | OK |
Version: 0.5.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [45s/567s]
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 5 | WARN 12 | SKIP 0 | PASS 232 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-download.R:12:5'): test ebv_download ID=numeric ────────────────
Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets/27'
Backtrace:
▆
1. └─ebvcube::ebv_download(27, dir, verbose = FALSE) at test-download.R:12:5
2. └─jsonlite::fromJSON(json_path)
3. └─jsonlite:::parse_and_simplify(...)
4. └─jsonlite:::parseJSON(txt, bigint_as_char)
5. └─jsonlite:::parse_con(txt, bigint_as_char)
6. ├─base::open(con, "rb")
7. └─base::open.connection(con, "rb")
── Error ('test-download.R:20:5'): test ebv_download ID=doi ────────────────────
Error in `ebv_download("10.25829/f2rdp4", dir, verbose = FALSE)`: The EBV Data Portal https://portal.geobon.org cannot be reached.
Error in open.connection(con, open = "rt") :
cannot open the connection to 'https://portal.geobon.org'
Backtrace:
▆
1. └─ebvcube::ebv_download("10.25829/f2rdp4", dir, verbose = FALSE) at test-download.R:20:5
── Error ('test-download.R:28:5'): test ebv_download ID=title 1 ────────────────
<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:28:5
2. │ └─curl::curl_download(...)
3. └─curl:::raise_libcurl_error(...)
── Error ('test-download.R:36:5'): test ebv_download ID=title 2 ────────────────
Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets'
Backtrace:
▆
1. └─ebvcube::ebv_download(...) at test-download.R:36:5
2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets")
3. └─jsonlite:::parse_and_simplify(...)
4. └─jsonlite:::parseJSON(txt, bigint_as_char)
5. └─jsonlite:::parse_con(txt, bigint_as_char)
6. ├─base::open(con, "rb")
7. └─base::open.connection(con, "rb")
── Error ('test-download.R:43:5'): test ebv_download DOIs in download overview table ──
Error in `ebv_download(verbose = FALSE)`: The EBV Data Portal https://portal.geobon.org cannot be reached.
Error in open.connection(con, open = "rt") :
cannot open the connection to 'https://portal.geobon.org'
Backtrace:
▆
1. └─ebvcube::ebv_download(verbose = FALSE) at test-download.R:43:5
[ FAIL 5 | WARN 12 | SKIP 0 | PASS 232 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64