Last updated on 2026-08-22 21:53:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.1 | 0.28 | 4.80 | 5.08 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.7.1 | 7.46 | 107.72 | 115.18 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.1 | 8.00 | 105.83 | 113.83 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.0 | 6.00 | 100.29 | 106.29 | OK | |
| r-devel-windows-x86_64 | 0.7.1 | 15.00 | 216.00 | 231.00 | ERROR | |
| r-patched-linux-x86_64 | 0.7.1 | 11.20 | 142.88 | 154.08 | OK | |
| r-release-linux-x86_64 | 0.7.1 | 9.79 | 141.90 | 151.69 | OK | |
| r-release-macos-arm64 | 0.9.0 | 2.00 | 39.00 | 41.00 | OK | |
| r-release-macos-x86_64 | 0.9.0 | 6.00 | 141.00 | 147.00 | OK | |
| r-release-windows-x86_64 | 0.7.1 | 13.00 | 200.00 | 213.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.9.0 | 6.00 | 238.00 | 244.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.1 | 19.00 | 249.00 | 268.00 | OK |
Version: 0.7.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘dbarts’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.7.1
Check: tests
Result: ERROR
Running 'testthat.R' [50s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(funcml)
>
> test_check("funcml")
Saving _problems/test-core-283.R
Saving _problems/test-learner-audit-contract-223.R
Saving _problems/test-learner-audit-contract-268.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 246 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-core.R:283:3'): bart supports regression and binary classification probabilities ──
Error in `parse(text = deparse(RNGkind)[-1L])`: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
Backtrace:
▆
1. └─funcml::fit(...) at test-core.R:283:3
2. └─adapter$fit_xy(...)
3. └─dbarts::bart(...)
4. └─dbarts::dbartsControl(...)
5. └─methods::new(...)
6. ├─methods::initialize(value, ...)
7. └─dbarts (local) initialize(value, ...)
8. ├─methods::callNextMethod()
9. └─methods (local) .nextMethod(.Object = .Object, ... = ...)
10. └─methods::validObject(.Object)
11. ├─methods (local) anyStrings(validityMethod(object))
12. │ └─base::isTRUE(x)
13. └─dbarts (local) validityMethod(object)
14. └─base::parse(text = deparse(RNGkind)[-1L])
── Failure ('test-learner-audit-contract.R:223:3'): advertised learner raw and probability contracts hold package-wide ──
Expected `length(failures)` to equal 0L.
Differences:
`actual`: 2
`expected`: 0
bart/regression: fit failed: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
bart/binary_classification: fit failed: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
── Failure ('test-learner-audit-contract.R:268:3'): interpretability contract holds for supported learner paths ──
Expected `length(failures)` to equal 0L.
Differences:
`actual`: 2
`expected`: 0
bart/regression: fit failed before interpret checks: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
bart/binary_classification: fit failed before interpret checks: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 246 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64