CRAN Package Check Results for Package stan4bart

Last updated on 2026-08-28 11:52:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0-13 141.76 92.07 233.83 OK
r-devel-linux-x86_64-debian-gcc 0.0-13 114.73 67.27 182.00 OK
r-devel-linux-x86_64-fedora-clang 0.0-13 85.00 60.93 145.93 OK
r-devel-linux-x86_64-fedora-gcc 0.0-13 124.00 61.48 185.48 OK
r-devel-windows-x86_64 0.0-13 188.00 195.00 383.00 OK
r-patched-linux-x86_64 0.0-13 152.03 82.43 234.46 OK
r-release-linux-x86_64 0.0-12 146.55 83.74 230.29 ERROR
r-release-macos-arm64 0.0-13 32.00 25.00 57.00 OK
r-release-macos-x86_64 0.0-13 109.00 164.00 273.00 OK
r-release-windows-x86_64 0.0-13 236.00 119.00 355.00 OK
r-oldrel-macos-arm64 0.0-13 33.00 30.00 63.00 OK
r-oldrel-macos-x86_64 0.0-13 115.00 241.00 356.00 OK
r-oldrel-windows-x86_64 0.0-13 238.00 152.00 390.00 OK

Check Details

Version: 0.0-12
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/27s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > Sys.unsetenv("R_TESTS") > if (require(testthat, quietly = TRUE)) { + require(stan4bart) + test_check("stan4bart") + } else { + cat("package 'testthat' not available; cannot run unit tests\n") + } Loading required package: stan4bart Loading required package: dbarts Saving _problems/test-07-extractedTrees-31.R Saving _problems/test-07-extractedTrees-38.R [ FAIL 2 | WARN 0 | SKIP 4 | PASS 204 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-01-continuous.R:124:3', 'test-01-continuous.R:163:3', 'test-02-binary.R:33:3', 'test-02-binary.R:128:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-07-extractedTrees.R:30:3'): stan4bart extracts trees correctly ── Expected `all(...)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-07-extractedTrees.R:38:3'): stan4bart extracts trees correctly ── Expected `allTrees` to equal `individualSamples`. Differences: Attributes: < Component "row.names": Lengths (11, 44) differ (string compare on first 11) > Component "sample": Numeric: lengths (11, 44) differ Component "tree": Numeric: lengths (11, 44) differ Component "n": Numeric: lengths (11, 44) differ Component "var": Numeric: lengths (11, 44) differ Component "value": Numeric: lengths (11, 44) differ [ FAIL 2 | WARN 0 | SKIP 4 | PASS 204 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64