Last updated on 2025-10-11 01:50:09 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.2 | 8.35 | 114.24 | 122.59 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.2 | 5.30 | 72.95 | 78.25 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.2 | 193.12 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.2 | 185.66 | OK | |||
r-devel-windows-x86_64 | 0.5.2 | 10.00 | 364.00 | 374.00 | ERROR | |
r-patched-linux-x86_64 | 0.5.2 | 6.09 | 105.18 | 111.27 | OK | |
r-release-linux-x86_64 | 0.5.2 | 7.95 | 105.52 | 113.47 | 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 | 117.00 | 128.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 | 13.00 | 147.00 | 160.00 | OK |
Version: 0.5.2
Check: tests
Result: ERROR
Running 'testthat.R' [294s]
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 4 | WARN 2 | SKIP 0 | PASS 233 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-download.R:12:5'): test ebv_download ID=numeric ────────────────
Error in `ebv_download(27, 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(27, dir, verbose = FALSE) at test-download.R:12:5
── Error ('test-download.R:28:5'): test ebv_download ID=title 1 ────────────────
Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets/1'
Backtrace:
▆
1. └─ebvcube::ebv_download(...) at test-download.R:28: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:36:5'): test ebv_download ID=title 2 ────────────────
Error in `ebv_download("Global trends in biodiversity (BES-SIM PREDICTS)",
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(...) at test-download.R:36:5
── Error ('test-download.R:43:5'): test ebv_download DOIs in download overview table ──
Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets'
Backtrace:
▆
1. └─ebvcube::ebv_download(verbose = FALSE) at test-download.R:43: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")
[ FAIL 4 | WARN 2 | SKIP 0 | PASS 233 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64