Last updated on 2025-04-25 18:50:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 8.42 | 103.32 | 111.74 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.0 | 4.46 | 67.99 | 72.45 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.0 | 193.48 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 163.27 | OK | |||
r-devel-windows-x86_64 | 0.4.0 | 10.00 | 370.00 | 380.00 | ERROR | |
r-patched-linux-x86_64 | 0.4.0 | 8.29 | 98.10 | 106.39 | OK | |
r-release-linux-x86_64 | 0.4.0 | 7.99 | 99.28 | 107.27 | OK | |
r-release-macos-arm64 | 0.4.0 | 104.00 | ERROR | |||
r-release-macos-x86_64 | 0.4.0 | 137.00 | OK | |||
r-release-windows-x86_64 | 0.4.0 | 11.00 | 110.00 | 121.00 | OK | |
r-oldrel-macos-arm64 | 0.4.0 | 85.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.0 | 123.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.0 | 13.00 | 139.00 | 152.00 | OK |
Version: 0.4.0
Check: tests
Result: ERROR
Running 'testthat.R' [298s]
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 package version 0.4.0
>
> test_check("ebvcube")
[ FAIL 4 | WARN 4 | SKIP 0 | PASS 230 ]
══ 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_download(nc_url, destfile = file.path(outputdir, name_nc),
quiet = !verbose)`: Timeout was reached [portal.geobon.org]: SSL/TLS connection timeout
Backtrace:
▆
1. ├─ebvcube::ebv_download("10.25829/f2rdp4", dir, verbose = FALSE) at test-download.R:20:5
2. │ └─curl::curl_download(...)
3. └─curl:::raise_libcurl_error(...)
── 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]: SSL/TLS connection timeout
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 ────────────────
<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]: SSL/TLS connection timeout
Backtrace:
▆
1. ├─ebvcube::ebv_download(...) at test-download.R:36:5
2. │ └─curl::curl_download(...)
3. └─curl:::raise_libcurl_error(...)
── 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 4 | SKIP 0 | PASS 230 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/70s]
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 package version 0.4.0
>
> test_check("ebvcube")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 236 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ebv-read.R:4:3'): test ebv_read single timestep ────────────────
Error in `ebv_i_check_ram(prop@spatial$dimensions, timestep, entity, type.long)`: Reading that data into memory will significantly slow down your PC. If you still want to go on, set ignore_RAM = TRUE.
Backtrace:
▆
1. └─ebvcube::ebv_read(file, "metric_1/ebv_cube", 1, 1, verbose = FALSE) at test-ebv-read.R:4:3
2. └─ebvcube:::ebv_i_check_ram(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 236 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-arm64