Last updated on 2026-05-06 20:51:54 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.2 | 8.26 | 111.41 | 119.67 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.2 | 4.90 | 74.48 | 79.38 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5.2 | 14.00 | 194.71 | 208.71 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.2 | 14.00 | 189.33 | 203.33 | OK | |
| r-devel-windows-x86_64 | 0.5.2 | 9.00 | 118.00 | 127.00 | OK | |
| r-patched-linux-x86_64 | 0.5.2 | 8.57 | 103.11 | 111.68 | OK | |
| r-release-linux-x86_64 | 0.5.2 | 0.36 | 1.81 | 2.17 | ERROR | |
| r-release-macos-arm64 | 0.5.2 | 2.00 | 70.00 | 72.00 | OK | |
| r-release-macos-x86_64 | 0.5.2 | 5.00 | 156.00 | 161.00 | OK | |
| r-release-windows-x86_64 | 0.5.2 | 10.00 | 240.00 | 250.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.5.2 | 5.00 | 135.00 | 140.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.2 | 16.00 | 153.00 | 169.00 | OK |
Version: 0.5.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [32s/113s]
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")
Saving _problems/test-download-12.R
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 239 ]
══ 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
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 239 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.2
Check: package dependencies
Result: ERROR
Packages required but not available: 'DelayedArray', 'HDF5Array'
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-linux-x86_64