R Under development (unstable) (2024-10-14 r87233 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) > library(bayestestR) > > test_check("bayestestR") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 80 | PASS 231 ] ══ Skipped tests (80) ══════════════════════════════════════════════════════════ • On CRAN (77): '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:38:3', 'test-brms.R:57:3', 'test-brms.R:81:3', 'test-check_prior.R:4:3', 'test-check_prior.R:66:3', 'test-check_prior.R:104:3', 'test-ci.R:33:3', 'test-ci.R:50: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:67:3', 'test-bayesfactor_parameters.R:56:3', 'test-bayesfactor_parameters.R:94:3', 'test-describe_prior.R:2:3', 'test-describe_posterior.R:3:3', 'test-describe_posterior.R:113:3', 'test-describe_posterior.R:250:3', 'test-describe_posterior.R:267:3', 'test-describe_posterior.R:285:3', 'test-describe_posterior.R:322:3', 'test-effective_sample.R:2:3', 'test-equivalence_test.R:1:1', 'test-hdi.R:3:3', 'test-hdi.R:25:3', 'test-hdi.R:43:3', 'test-hdi.R:61:3', 'test-map_estimate.R:23:3', 'test-map_estimate.R:36:3', 'test-marginaleffects.R:1:1', 'test-p_direction.R:38:3', 'test-p_direction.R:70:3', 'test-p_map.R:24:3', 'test-p_map.R:39:3', 'test-p_rope.R:2:3', 'test-p_significance.R:38:3', 'test-p_significance.R:50:3', 'test-p_significance.R:84:3', 'test-point_estimate.R:2:3', 'test-point_estimate.R:18:3', 'test-posterior.R:2:3', 'test-posterior.R:22:3', 'test-posterior.R:42:3', 'test-posterior.R:62:3', 'test-posterior.R:82:3', 'test-posterior.R:103:3', 'test-print.R:2:3', 'test-rope.R:2:3', 'test-rope.R:40:3', 'test-rope.R:84:3', 'test-emmGrid.R:124:3', 'test-emmGrid.R:134:3', 'test-emmGrid.R:164:3', 'test-emmGrid.R:180:3', 'test-emmGrid.R:216:3', 'test-emmGrid.R:226:3', 'test-rstanarm.R:2:3', 'test-rstanarm.R:50:3', 'test-rstanarm.R:69:3', 'test-rstanarm.R:89:3', 'test-rstanarm.R:109:3', 'test-si.R:33:3', 'test-spi.R:3:3', 'test-spi.R:25:3', 'test-spi.R:42:3', 'test-spi.R:60: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:99:1' • TODO: check hard-coded values (1): 'test-check_prior.R:27:3' • Test creates error, must check why... (1): 'test-weighted_posteriors.R:71:3' [ FAIL 0 | WARN 0 | SKIP 80 | PASS 231 ] > > proc.time() user system elapsed 4.03 0.31 189.40