High-Performance Open-Source Archive
Last updated on 2026-07-29 10:56:05 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 0.34 | 3.91 | 4.25 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 0.30 | 2.89 | 3.19 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 1.75 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 1.22 | ERROR | |||
| r-devel-windows-x86_64 | 0.2.1 | 26.00 | 134.00 | 160.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.1 | 20.12 | 163.95 | 184.07 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 18.51 | 164.96 | 183.47 | 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 | 25.00 | 169.00 | 194.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 | 235.00 | 267.00 | OK |
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
Need mirroring services?
Contact our team at info@vpspulse.com.
Mirror powered by VPSpulse
Infrastructure sponsored by VPSPulse & Secure Payments by ArionPay.