CRAN Package Check Results for Package xrf

Last updated on 2026-02-18 17:53:22 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 9.38 95.23 104.61 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.1 7.02 67.84 74.86 OK
r-devel-linux-x86_64-fedora-clang 0.3.1 19.00 150.57 169.57 OK
r-devel-linux-x86_64-fedora-gcc 0.3.1 15.00 127.90 142.90 OK
r-devel-macos-arm64 0.3.1 2.00 23.00 25.00 OK
r-devel-windows-x86_64 0.3.1 13.00 90.00 103.00 OK
r-patched-linux-x86_64 0.3.1 8.72 83.78 92.50 OK
r-release-linux-x86_64 0.3.1 9.41 83.17 92.58 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 13.00 88.00 101.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 16.00 115.00 131.00 OK

Check Details

Version: 0.3.1
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/13s] 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.406249991 `expected`: 0.406250000 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 35 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang