Last updated on 2025-03-19 08:52:44 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.43 | 92.11 | 94.54 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.77 | 65.75 | 67.52 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 143.06 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 152.72 | OK | |||
r-devel-macos-arm64 | 1.0.0 | 73.00 | OK | |||
r-devel-macos-x86_64 | 1.0.0 | 119.00 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 3.00 | 124.00 | 127.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 2.28 | 82.45 | 84.73 | OK | |
r-release-linux-x86_64 | 1.0.0 | 2.25 | 71.39 | 73.64 | OK | |
r-release-macos-arm64 | 1.0.0 | 55.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 76.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 4.00 | 124.00 | 128.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
r-oldrel-macos-x86_64 | 1.0.0 | 102.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 4.00 | 140.00 | 144.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [65s/81s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(gplsim)
>
> test_check("gplsim")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 9 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-gplsim.r:22:3'): test the main functions (gplsim) with binary case ──
as.vector(est_beta) (`actual`) not equal to `true.theta` (`expected`).
`actual`: 0.51 0.43 0.75
`expected`: 0.58 0.58 0.58
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 9 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [45s/52s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(gplsim)
>
> test_check("gplsim")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 9 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-gplsim.r:22:3'): test the main functions (gplsim) with binary case ──
as.vector(est_beta) (`actual`) not equal to `true.theta` (`expected`).
`actual`: 0.50 0.75 0.43
`expected`: 0.58 0.58 0.58
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 9 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc