R Under development (unstable) (2024-09-15 r87152 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 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. 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. > if (require(testthat, quietly = TRUE)) { + require(bartCause) + test_check("bartCause") + } else { + cat("package 'testthat' not available; cannot run unit tests\n") + } Loading required package: bartCause [ FAIL 0 | WARN 0 | SKIP 8 | PASS 397 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-04-bartc.R:111:3', 'test-04-bartc.R:134:3', 'test-04-bartc.R:175:3', 'test-04-bartc.R:226:3', 'test-05-generics.R:189:3', 'test-06-regression.R:34:3', 'test-11-stan4bart.R:14:3', 'test-11-stan4bart.R:119:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 397 ] > > proc.time() user system elapsed 102.43 2.43 96.85