R Under development (unstable) (2025-11-05 r88988 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > Sys.setenv("R_TESTS" = "") > library(testthat) > > test_check("bridgesampling") Loading required package: bridgesampling [ FAIL 0 | WARN 0 | SKIP 20 | PASS 75 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-bridge_sampler_CmdStanMCMC.R:4:3', 'test-bridge_sampler_CmdStanMCMC.R:75:3', 'test-bridge_sampler_Rcpp.R:6:3', 'test-bridge_sampler_Rcpp_parallel.R:6:3', 'test-bridge_sampler_mcmc.list.R:6:3', 'test-bridge_sampler_parallel.R:6:3', 'test-log_posterior_cmdstan.R:4:3', 'test-log_posterior_cmdstan.R:133:3', 'test-nimble_bridge_sampler.R:5:3', 'test-stan_bridge_sampler_basic.R:113:3', 'test-stan_bridge_sampler_bugs.R:65:3', 'test-stan_bridge_sampler_bugs.R:82:3', 'test-stan_bridge_sampler_bugs.R:126:3', 'test-stanreg_bridge_sampler_basic.R:6:3', 'test-stanreg_bridge_sampler_basic.R:26:3', 'test-vignette_example_jags.R:6:3', 'test-vignette_example_nimble.R:6:3', 'test-vignette_example_stan.R:6:3', 'test-vignette_stan_ttest.R:6:3' • On Windows (1): 'test-stan_bridge_sampler_basic.R:19:3' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 75 ] > > proc.time() user system elapsed 13.09 0.76 13.87