Last updated on 2025-04-15 06:51:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 8.54 | 104.55 | 113.09 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.0 | 4.77 | 68.03 | 72.80 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.0 | 183.23 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 181.01 | OK | |||
r-devel-windows-x86_64 | 0.4.0 | 9.00 | 111.00 | 120.00 | OK | |
r-patched-linux-x86_64 | 0.4.0 | 7.06 | 97.88 | 104.94 | OK | |
r-release-linux-x86_64 | 0.4.0 | 7.77 | 99.22 | 106.99 | 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 | 137.00 | 148.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 | 155.00 | 168.00 | OK |
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