Last updated on 2025-06-12 03:50:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.7 | 6.14 | 87.99 | 94.13 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.44 | 65.99 | 70.43 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 155.86 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 162.08 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 6.00 | 96.00 | 102.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 5.89 | 85.85 | 91.74 | OK | |
r-release-linux-x86_64 | 0.0.7 | 5.38 | 80.89 | 86.27 | ERROR | |
r-release-macos-arm64 | 1.0.0 | 56.00 | OK | |||
r-release-macos-x86_64 | 0.0.7 | 102.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 9.00 | 102.00 | 111.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 57.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.7 | 107.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 9.00 | 107.00 | 116.00 | OK |
Version: 0.0.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [19s/25s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(starnet)
>
> testthat::test_check(package="starnet",stop_on_warning=FALSE)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test.R:183:7'): same loss ─────────────────────────────────────────
abs(a - b) < 0.001 is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 32 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/27s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(starnet)
>
> testthat::test_check(package="starnet",stop_on_warning=FALSE)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test.R:183:7'): same loss ─────────────────────────────────────────
abs(a - b) < 0.001 is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 32 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64