Last updated on 2026-08-25 19:50:15 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 | 118.86 | 69.27 | 188.13 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.0-13 | 87.00 | 61.23 | 148.23 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0-13 | 115.00 | 59.16 | 174.16 | OK | |
| r-devel-windows-x86_64 | 0.0-13 | 279.00 | 194.00 | 473.00 | OK | |
| r-patched-linux-x86_64 | 0.0-12 | 153.98 | 81.90 | 235.88 | 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 | 231.00 | 152.00 | 383.00 | OK |
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