Last updated on 2025-03-26 21:55:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.12.0 | 10.31 | 238.18 | 248.49 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.12.0 | 7.26 | 148.34 | 155.60 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.12.0 | 415.12 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.12.0 | 395.67 | OK | |||
r-devel-macos-arm64 | 0.12.0 | 100.00 | OK | |||
r-devel-macos-x86_64 | 0.12.0 | 210.00 | OK | |||
r-devel-windows-x86_64 | 0.12.0 | 12.00 | 222.00 | 234.00 | OK | |
r-patched-linux-x86_64 | 0.12.0 | 9.71 | 223.18 | 232.89 | OK | |
r-release-linux-x86_64 | 0.12.0 | 10.38 | 219.45 | 229.83 | OK | |
r-release-macos-arm64 | 0.12.0 | 80.00 | OK | |||
r-release-macos-x86_64 | 0.12.0 | 153.00 | OK | |||
r-release-windows-x86_64 | 0.12.0 | 12.00 | 145.00 | 157.00 | ERROR | |
r-oldrel-macos-arm64 | 0.12.0 | OK | ||||
r-oldrel-macos-x86_64 | 0.12.0 | 257.00 | OK | |||
r-oldrel-windows-x86_64 | 0.12.0 | 15.00 | 289.00 | 304.00 | OK |
Version: 0.12.0
Check: tests
Result: ERROR
Running 'testthat.R' [46s]
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(ecocbo)
>
> test_check("ecocbo")
|
| | 0%
|
| | 1%
|
|= | 1%
|
|= | 2%
|
|== | 2%
|
|== | 3%
|
|== | 4%
|
|=== | 4%
|
|=== | 5%
|
|==== | 5%
|
|==== | 6%
|
|===== | 6%
|
|===== | 7%
|
|===== | 8%
|
|====== | 8%
|
|====== | 9%
|
|======= | 9%
|
|======= | 10%
|
|======= | 11%
|
|======== | 11%
|
|======== | 12%
|
|========= | 12%
|
|========= | 13%
|
|========= | 14%
|
|========== | 14%
|
|========== | 15%
|
|=========== | 15%
|
|=========== | 16%
|
|============ | 16%
|
|============ | 17%
|
|============ | 18%
|
|============= | 18%
|
|============= | 19%
|
|============== | 19%
|
|============== | 20%
|
|============== | 21%
|
|=============== | 21%
|
|=============== | 22%
|
|================ | 22%
|
|================ | 23%
|
|================ | 24%
|
|================= | 24%
|
|================= | 25%
|
|================== | 25%
|
|================== | 26%
|
|=================== | 26%
|
|=================== | 27%
|
|=================== | 28%
|
|==================== | 28%
|
|==================== | 29%
|
|===================== | 29%
|
|===================== | 30%
|
|===================== | 31%[ FAIL 1 | WARN 1 | SKIP 0 | PASS 21 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-prep_data.R:16:1'): (code run outside of `test_that()`) ────────
Error in `1:H`: result would be too long a vector
Backtrace:
▆
1. └─ecocbo::prep_data(...) at test-prep_data.R:16:1
2. └─ecocbo::prep_data_single(...)
3. └─ecocbo::balanced_sampling(...)
4. └─sampling::balancedtwostage(...)
5. └─sampling::balancedstratification(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 21 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64