Last updated on 2026-01-19 07:52:04 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 10.27 | 92.93 | 103.20 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 6.40 | 65.25 | 71.65 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 17.00 | 134.60 | 151.60 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 18.00 | 148.41 | 166.41 | OK | |
| r-devel-windows-x86_64 | 0.3.1 | 11.00 | 89.00 | 100.00 | OK | |
| r-patched-linux-x86_64 | 0.3.1 | 8.25 | 83.71 | 91.96 | OK | |
| r-release-linux-x86_64 | 0.3.1 | 8.85 | 83.56 | 92.41 | OK | |
| r-release-macos-arm64 | 0.3.1 | 2.00 | 21.00 | 23.00 | OK | |
| r-release-macos-x86_64 | 0.3.1 | 7.00 | 100.00 | 107.00 | OK | |
| r-release-windows-x86_64 | 0.3.1 | 11.00 | 89.00 | 100.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.1 | 2.00 | 27.00 | 29.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.1 | 7.00 | 100.00 | 107.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 14.00 | 114.00 | 128.00 | OK |
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/7s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(xrf)
>
> test_check("xrf")
Saving _problems/test_model-64.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 35 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_model.R:64:3'): model predicts binary outcome ────────────────
Expected `mean(preds_response_dense)` to equal `mean(dataset$am == "1")`.
Differences:
`actual`: 0.406249992
`expected`: 0.406250000
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 35 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc