R Under development (unstable) (2025-06-17 r88325 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. > library(testthat) > library(bayesplot) This is bayesplot version 1.13.0 - Online documentation and vignettes at mc-stan.org/bayesplot - bayesplot theme set to bayesplot::theme_default() * Does _not_ affect other ggplot2 plots * See ?bayesplot_theme_set for details on theme setting > > Sys.unsetenv("R_TESTS") > test_check("bayesplot") [ FAIL 0 | WARN 1 | SKIP 75 | PASS 1051 ] ══ Skipped tests (75) ══════════════════════════════════════════════════════════ • On CRAN (75): 'test-aesthetics.R:221:3', 'test-extractors.R:119:3', 'test-mcmc-diagnostics.R:110:3', 'test-mcmc-diagnostics.R:124:3', 'test-mcmc-diagnostics.R:139:3', 'test-mcmc-diagnostics.R:150:3', 'test-mcmc-diagnostics.R:161:3', 'test-mcmc-diagnostics.R:175:3', 'test-mcmc-diagnostics.R:187:3', 'test-mcmc-distributions.R:125:3', 'test-mcmc-distributions.R:140:3', 'test-mcmc-distributions.R:152:3', 'test-mcmc-distributions.R:161:3', 'test-mcmc-distributions.R:170:3', 'test-mcmc-distributions.R:179:3', 'test-mcmc-intervals.R:179:3', 'test-mcmc-intervals.R:207:3', 'test-mcmc-intervals.R:241:3', 'test-mcmc-nuts.R:98:3', 'test-mcmc-nuts.R:110:3', 'test-mcmc-nuts.R:122:3', 'test-mcmc-nuts.R:134:3', 'test-mcmc-nuts.R:146:3', 'test-mcmc-recover.R:107:3', 'test-mcmc-recover.R:116:3', 'test-mcmc-recover.R:128:3', 'test-mcmc-scatter-and-parcoord.R:376:3', 'test-mcmc-scatter-and-parcoord.R:398:3', 'test-mcmc-scatter-and-parcoord.R:415:3', 'test-mcmc-scatter-and-parcoord.R:432:3', 'test-mcmc-traces.R:112:3', 'test-mcmc-traces.R:135:3', 'test-mcmc-traces.R:171:3', 'test-mcmc-traces.R:204:3', 'test-mcmc-traces.R:233:3', 'test-mcmc-traces.R:262:3', 'test-ppc-censoring.R:83:3', 'test-ppc-censoring.R:130:3', 'test-ppc-discrete.R:105:3', 'test-ppc-discrete.R:139:3', 'test-ppc-discrete.R:161:3', 'test-ppc-distributions.R:92:3', 'test-ppc-distributions.R:111:3', 'test-ppc-distributions.R:143:3', 'test-ppc-distributions.R:156:3', 'test-ppc-distributions.R:181:3', 'test-ppc-distributions.R:203:3', 'test-ppc-distributions.R:226:3', 'test-ppc-distributions.R:239:3', 'test-ppc-distributions.R:258:3', 'test-ppc-distributions.R:280:3', 'test-ppc-distributions.R:313:3', 'test-ppc-errors.R:73:3', 'test-ppc-errors.R:82:3', 'test-ppc-errors.R:91:3', 'test-ppc-errors.R:100:3', 'test-ppc-errors.R:109:3', 'test-ppc-errors.R:118:3', 'test-ppc-errors.R:127:3', 'test-ppc-intervals.R:109:3', 'test-ppc-intervals.R:134:3', 'test-ppc-intervals.R:160:3', 'test-ppc-intervals.R:194:3', 'test-ppc-loo.R:212:3', 'test-ppc-loo.R:230:3', 'test-ppc-loo.R:240:3', 'test-ppc-loo.R:272:3', 'test-ppc-loo.R:304:3', 'test-ppc-scatterplots.R:36:3', 'test-ppc-scatterplots.R:56:3', 'test-ppc-scatterplots.R:76:3', 'test-ppc-test-statistics.R:131:3', 'test-ppc-test-statistics.R:165:3', 'test-ppc-test-statistics.R:199:3', 'test-ppc-test-statistics.R:235:3' [ FAIL 0 | WARN 1 | SKIP 75 | PASS 1051 ] > > # Alternative interactive tester that doesn't bail after 24 failures > # pr <- testthat::ProgressReporter$new() > # pr$max_fail = 1000 > # devtools::test(reporter = pr) > > proc.time() user system elapsed 101.14 2.10 103.50