Last updated on 2026-03-24 08:52:59 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0-11 | 140.60 | 88.11 | 228.71 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.0-12 | 111.12 | 64.76 | 175.88 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.0-12 | 153.00 | 137.81 | 290.81 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0-12 | 255.00 | 107.07 | 362.07 | ERROR | |
| r-devel-macos-arm64 | 0.0-12 | 34.00 | 26.00 | 60.00 | OK | |
| r-devel-windows-x86_64 | 0.0-12 | 144.00 | 116.00 | 260.00 | OK | |
| r-patched-linux-x86_64 | 0.0-11 | 135.68 | 79.67 | 215.35 | OK | |
| r-release-linux-x86_64 | 0.0-12 | 144.18 | 79.94 | 224.12 | OK | |
| r-release-macos-arm64 | 0.0-12 | 33.00 | 29.00 | 62.00 | OK | |
| r-release-macos-x86_64 | 0.0-12 | 107.00 | 313.00 | 420.00 | OK | |
| r-release-windows-x86_64 | 0.0-12 | 144.00 | 123.00 | 267.00 | OK | |
| r-oldrel-macos-arm64 | 0.0-12 | 32.00 | 31.00 | 63.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.0-12 | 107.00 | 174.00 | 281.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.0-12 | 121.00 | 132.00 | 253.00 | OK |
Version: 0.0-11
Check: compiled code
Result: NOTE
File ‘stan4bart/libs/stan4bart.so’:
Found non-API call to R: ‘Rf_findVarInFrame’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0-12
Check: Rd \usage sections
Result: NOTE
Error: there is no package called ‘Matrix’
Call sequence:
7: doWithOneRestart(return(expr), restart)
6: withOneRestart(expr, restarts[[1L]])
5: withRestarts(stop(cond), retry_loadNamespace = function() NULL)
4: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
3: asNamespace(ns)
2: namespaceImportFrom(ns, loadNamespace(j <- i[[1L]], c(lib.loc,
.libPaths()), versionCheck = vI[[j]]), i[[2L]], from = package)
1: loadNamespace(package, lib.loc)
Execution halted
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.0-12
Check: examples
Result: ERROR
Running examples in ‘stan4bart-Ex.R’ failed
The error occurred in:
R Under development (unstable) (2026-03-20 r89667) -- "Unsuffered Consequences"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> pkgname <- "stan4bart"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> library('stan4bart')
Loading required package: dbarts
Error: package or namespace load failed for ‘stan4bart’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘Matrix’
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.0-12
Check: tests
Result: ERROR
Running ‘testthat.R’
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
Error: package or namespace load failed for 'stan4bart' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'Matrix'
Loading required package: stan4bart
Error: package or namespace load failed for 'stan4bart' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'Matrix'
Error: package or namespace load failed for 'stan4bart' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'Matrix'
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.0-12
Check: installed package size
Result: NOTE
installed size is 49.2Mb
sub-directories of 1Mb or more:
libs 48.8Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64