Last updated on 2025-10-22 09:50:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.0 | 6.97 | 113.79 | 120.76 | OK | --no-vignettes |
r-devel-linux-x86_64-debian-gcc | 1.3.0 | 5.37 | 76.49 | 81.86 | ERROR | --no-vignettes |
r-devel-linux-x86_64-fedora-clang | 1.3.0 | 17.00 | 992.10 | 1009.10 | OK | |
r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 17.00 | 984.64 | 1001.64 | OK | |
r-devel-windows-x86_64 | 1.3.0 | 9.00 | 502.00 | 511.00 | OK | |
r-patched-linux-x86_64 | 1.3.0 | 7.55 | 106.71 | 114.26 | OK | --no-vignettes |
r-release-linux-x86_64 | 1.3.0 | 7.91 | 106.10 | 114.01 | OK | --no-vignettes |
r-release-macos-arm64 | 1.3.0 | 3.00 | 221.00 | 224.00 | OK | |
r-release-macos-x86_64 | 1.3.0 | 8.00 | 578.00 | 586.00 | OK | |
r-release-windows-x86_64 | 1.3.0 | 10.00 | 511.00 | 521.00 | OK | |
r-oldrel-macos-arm64 | 1.3.0 | 4.00 | 223.00 | 227.00 | OK | |
r-oldrel-macos-x86_64 | 1.3.0 | 9.00 | 548.00 | 557.00 | OK | |
r-oldrel-windows-x86_64 | 1.3.0 | 13.00 | 733.00 | 746.00 | OK |
Version: 1.3.0
Flags: --no-vignettes
Check: tests
Result: ERROR
Running ‘testthat.R’ [37s/47s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(optimall)
>
> test_check("optimall")
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 262 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On Linux (1): 'test-optimall_shiny.R:15:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-allocate_wave.R:250:3'): the output of allocate_wave is as expected ──
output$nsample_actual not equal to ...$stratum_size.
2/3 mismatches (average diff: 1)
[1] 9 - 8 == 1
[2] 9 - 10 == -1
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 262 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc