The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package bartMan

Last updated on 2026-08-13 11:51:02 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang ERROR
r-devel-linux-x86_64-debian-gcc 0.2.1 0.29 3.12 3.41 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 1.35 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.1 1.31 ERROR
r-devel-windows-x86_64 0.2.1 25.00 142.00 167.00 ERROR
r-patched-linux-x86_64 0.2.1 20.89 162.85 183.74 OK
r-release-linux-x86_64 0.2.1 18.45 163.83 182.28 OK
r-release-macos-arm64 0.2.1 5.00 40.00 45.00 OK
r-release-macos-x86_64 0.2.1 8.00 ERROR
r-release-windows-x86_64 0.2.1 24.00 169.00 193.00 OK
r-oldrel-macos-arm64 0.2.1 OK
r-oldrel-macos-x86_64 0.2.1 13.00 258.00 271.00 OK
r-oldrel-windows-x86_64 0.2.1 32.00 234.00 266.00 OK

Check Details

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

Version: 0.2.1
Check: examples
Result: ERROR Running examples in 'bartMan-Ex.R' failed The error most likely occurred in: > ### Name: acceptRate > ### Title: acceptRate > ### Aliases: acceptRate > > ### ** Examples > > if(requireNamespace("dbarts", quietly = TRUE)){ + # Load the dbarts package to access the bart function + library(dbarts) + # Get Data + df <- na.omit(airquality) + # Create Simple dbarts Model For Regression: + set.seed(1701) + dbartModel <- bart(df[2:6], df[,1], ntree = 5, keeptrees = TRUE, nskip = 10, ndpost = 10) + # Tree Data + trees_data <- extractTreeData(model = dbartModel, data = df) + acceptRate(trees = trees_data)} Error in parse(text = deparse(RNGkind)[-1L]) : <text>:1:22: unexpected ')' 1: binom.kind = NULL) ^ Calls: bart ... validObject -> anyStrings -> isTRUE -> validityMethod -> parse Execution halted Flavor: r-devel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.