R Under development (unstable) (2025-05-18 r88216 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(bayestestR) > > test_check("bayestestR") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 81 | PASS 242 ] ══ Skipped tests (81) ══════════════════════════════════════════════════════════ • On CRAN (78): 'test-bayesfactor_models.R:58:3', 'test-bayesfactor_models.R:85:3', 'test-bayesfactor_models.R:122:3', 'test-bayesfactor_restricted.R:36:3', 'test-bayesian_as_frequentist.R:1:1', 'test-blavaan.R:2:3', 'test-brms.R:2:3', 'test-brms.R:40:3', 'test-brms.R:61:3', 'test-brms.R:87:3', 'test-check_prior.R:4:3', 'test-check_prior.R:70:3', 'test-check_prior.R:110:3', 'test-ci.R:34:3', 'test-ci.R:52:3', 'test-contr.R:2:3', 'test-contr.R:25:3', 'test-contr.R:59:3', 'test-data.frame-with-rvar.R:3:3', 'test-data.frame-with-rvar.R:74:3', 'test-describe_posterior.R:4:3', 'test-describe_posterior.R:114:3', 'test-describe_posterior.R:252:3', 'test-describe_posterior.R:270:3', 'test-describe_posterior.R:288:3', 'test-describe_posterior.R:327:3', 'test-describe_posterior.R:700:3', 'test-describe_prior.R:3:3', 'test-bayesfactor_parameters.R:56:3', 'test-bayesfactor_parameters.R:96:3', 'test-effective_sample.R:3:3', 'test-equivalence_test.R:1:1', 'test-hdi.R:4:3', 'test-hdi.R:27:3', 'test-hdi.R:46:3', 'test-hdi.R:65:3', 'test-map_estimate.R:24:3', 'test-map_estimate.R:44:3', 'test-marginaleffects.R:1:1', 'test-p_direction.R:39:3', 'test-p_direction.R:73:3', 'test-p_map.R:25:3', 'test-p_map.R:42:3', 'test-p_rope.R:3:3', 'test-p_significance.R:39:3', 'test-p_significance.R:53:3', 'test-p_significance.R:89:3', 'test-point_estimate.R:3:3', 'test-point_estimate.R:20:3', 'test-posterior.R:3:3', 'test-posterior.R:25:3', 'test-posterior.R:47:3', 'test-posterior.R:69:3', 'test-posterior.R:91:3', 'test-posterior.R:114:3', 'test-print.R:2:3', 'test-rope.R:3:3', 'test-rope.R:43:3', 'test-rope.R:88:3', 'test-emmGrid.R:132:3', 'test-emmGrid.R:142:3', 'test-emmGrid.R:172:3', 'test-emmGrid.R:188:3', 'test-emmGrid.R:224:3', 'test-emmGrid.R:234:3', 'test-rstanarm.R:2:3', 'test-rstanarm.R:51:3', 'test-rstanarm.R:71:3', 'test-rstanarm.R:100:3', 'test-rstanarm.R:124:3', 'test-si.R:33:3', 'test-spi.R:4:3', 'test-spi.R:27:3', 'test-spi.R:45:3', 'test-spi.R:64:3', 'test-weighted_posteriors.R:4:3', 'test-weighted_posteriors.R:31:3', 'test-weighted_posteriors.R:52:3' • On Windows (1): 'test-rope.R:115:1' • TODO: check hard-coded values (1): 'test-check_prior.R:29:3' • Test creates error, must check why... (1): 'test-weighted_posteriors.R:71:3' [ FAIL 0 | WARN 0 | SKIP 81 | PASS 242 ] > > proc.time() user system elapsed 5.51 0.81 269.07