CRAN Package Check Results for Package funcml

Last updated on 2026-07-29 03:58:43 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.1 0.34 4.86 5.20 ERROR
r-devel-linux-x86_64-debian-gcc 0.7.1 0.31 3.36 3.67 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.1 1.99 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.1 1.41 ERROR
r-devel-windows-x86_64 0.7.1 15.00 194.00 209.00 ERROR
r-patched-linux-x86_64 0.7.1 9.39 142.77 152.16 OK
r-release-linux-x86_64 0.7.1 10.36 142.80 153.16 OK
r-release-macos-arm64 0.7.1 3.00 37.00 40.00 OK
r-release-macos-x86_64 0.7.1 9.00 ERROR
r-release-windows-x86_64 0.7.1 15.00 204.00 219.00 OK
r-oldrel-macos-arm64 0.7.1 3.00 42.00 45.00 OK
r-oldrel-macos-x86_64 0.7.1 8.00 192.00 200.00 OK
r-oldrel-windows-x86_64 0.7.1 18.00 245.00 263.00 OK

Check Details

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. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-release-macos-x86_64

Version: 0.7.1
Check: package dependencies
Result: ERROR Package required but not available: ‘dbarts’ Imports includes 23 non-default packages. Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally. See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.7.1
Check: tests
Result: ERROR Running 'testthat.R' [41s] 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