CRAN Package Check Results for Package ebvcube

Last updated on 2024-07-22 11:56:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 9.47 132.39 141.86 OK
r-devel-linux-x86_64-debian-gcc 0.2.3 7.09 94.88 101.97 OK
r-devel-linux-x86_64-fedora-clang 0.2.3 149.62 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.3 152.78 NOTE
r-devel-windows-x86_64 0.2.3 9.00 162.00 171.00 ERROR
r-patched-linux-x86_64 0.2.3 11.17 122.45 133.62 OK
r-release-linux-x86_64 0.2.3 6.81 121.59 128.40 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 104.00 114.00 OK
r-oldrel-macos-arm64 0.2.3 9.00 ERROR
r-oldrel-macos-x86_64 0.2.3 12.00 ERROR
r-oldrel-windows-x86_64 0.2.3 14.00 126.00 140.00 OK

Check Details

Version: 0.2.3
Check: data for non-ASCII characters
Result: NOTE Note: found 2 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2.3
Check: tests
Result: ERROR Running 'testthat.R' [94s] 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 1 | WARN 0 | SKIP 0 | PASS 208 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-download.R:18:5'): test ebv_download ID=doi ──────────────────── Error in `ebv_download("10.25829/f2rdp4", dir, verbose = FALSE)`: The DOI you provided (https://doi.org/10.25829/f2rdp4) cannot be reached. Error in open.connection(con_doi, open = "rt", timeout = t) : cannot open the connection to 'https://doi.org/10.25829/f2rdp4' Backtrace: ▆ 1. └─ebvcube::ebv_download("10.25829/f2rdp4", dir, verbose = FALSE) at test-download.R:18:5 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 208 ] Error: Test failures Execution halted Flavor: r-devel-windows-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