Last updated on 2026-07-29 03:59:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 10.48 | 95.60 | 106.08 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 7.77 | 66.04 | 73.81 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 17.00 | 138.32 | 155.32 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 64.61 | OK | |||
| r-devel-windows-x86_64 | 0.3.1 | 10.00 | 88.00 | 98.00 | ERROR | |
| r-patched-linux-x86_64 | 0.3.1 | 9.10 | 85.11 | 94.21 | OK | |
| r-release-linux-x86_64 | 0.3.1 | 9.01 | 87.40 | 96.41 | OK | |
| r-release-macos-arm64 | 0.3.1 | 2.00 | 23.00 | 25.00 | OK | |
| r-release-macos-x86_64 | 0.3.1 | 7.00 | 92.00 | 99.00 | OK | |
| r-release-windows-x86_64 | 0.3.1 | 11.00 | 86.00 | 97.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.1 | 2.00 | 21.00 | 23.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 | 206.00 | 220.00 | OK |
Version: 0.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [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-windows-x86_64