CRAN Package Check Results for Package ebvcube

Last updated on 2024-11-13 17:49:17 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 8.20 97.34 105.54 OK
r-devel-linux-x86_64-debian-gcc 0.2.3 4.91 62.67 67.58 OK
r-devel-linux-x86_64-fedora-clang 0.2.3 172.01 OK
r-devel-linux-x86_64-fedora-gcc 0.2.3 157.41 OK
r-devel-windows-x86_64 0.2.3 8.00 112.00 120.00 OK
r-patched-linux-x86_64 0.2.3 6.03 91.79 97.82 OK
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 9.00 105.00 114.00 OK
r-oldrel-macos-arm64 0.2.3 186.00 ERROR
r-oldrel-macos-x86_64 0.2.3 187.00 ERROR
r-oldrel-windows-x86_64 0.2.3 12.00 409.00 421.00 ERROR

Check Details

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

Version: 0.2.3
Check: tests
Result: ERROR Running 'testthat.R' [329s] 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 1 | SKIP 0 | PASS 206 ] ══ 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: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]: SSL/TLS connection timeout 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]: SSL/TLS connection timeout Backtrace: ▆ 1. ├─ebvcube::ebv_download(...) at test-download.R:24:5 2. │ └─curl::curl_download(...) 3. └─curl:::raise_libcurl_error(...) [ FAIL 3 | WARN 1 | SKIP 0 | PASS 206 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64