Last updated on 2025-10-12 05:50:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 32.71 | 243.70 | 276.41 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 20.85 | 167.08 | 187.93 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 418.19 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 400.97 | OK | |||
r-devel-windows-x86_64 | 1.2.0 | 30.00 | 207.00 | 237.00 | ERROR | |
r-patched-linux-x86_64 | 1.2.0 | 30.56 | 231.99 | 262.55 | OK | |
r-release-linux-x86_64 | 1.2.0 | 30.62 | 228.25 | 258.87 | OK | |
r-release-macos-arm64 | 1.2.0 | 161.00 | OK | |||
r-release-macos-x86_64 | 1.2.0 | 463.00 | OK | |||
r-release-windows-x86_64 | 1.2.0 | 30.00 | 209.00 | 239.00 | OK | |
r-oldrel-macos-arm64 | 1.2.0 | 135.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.0 | 450.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.0 | 42.00 | 282.00 | 324.00 | OK |
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(structSSI)
>
> test_check("structSSI")
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 51 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_gbh.R:74:5'): Adaptive GBH returns ───────────────────────────
result@p.vals$unadjp[1] is not strictly less than 1e-04. Difference: 1.31e-06
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 51 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [8s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(structSSI)
>
> test_check("structSSI")
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 51 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_gbh.R:11:5'): pi0 estimates balanced ─────────────────────────
`est` not equal to 0.5.
1/1 mismatches
[1] 0.65 - 0.5 == 0.15
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 51 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64