R Under development (unstable) (2024-01-12 r85803 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. > library(testthat) > Sys.unsetenv("R_TESTS") # https://github.com/r-lib/testthat/issues/603 > options(Ncpus = parallelly::availableCores(omit = 1)) > > test_check("breathteststan") Loading required package: breathteststan Loading required package: Rcpp Starting 1 test process [ FAIL 0 | WARN 0 | SKIP 3 | PASS 27 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test_stan_fit_3.R:2:3', 'test_stan_fit_4.R:2:3', 'test_stan_fit_5.R:2:3' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 27 ] > > proc.time() user system elapsed 5.17 0.37 27.78