R Under development (unstable) (2024-02-10 r85885 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 75 | PASS 209 ] ══ Skipped tests (75) ══════════════════════════════════════════════════════════ • On CRAN (72): 'test-bayesfactor_models.R:54:3', 'test-bayesfactor_models.R:81:3', 'test-bayesfactor_models.R:118:3', 'test-bayesfactor_restricted.R:36:3', 'test-bayesian_as_frequentist.R:2:3', 'test-bayesian_as_frequentist.R:17:3', '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:102: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-describe_posterior.R:3:3', 'test-describe_posterior.R:113:3', 'test-describe_posterior.R:236:3', 'test-describe_posterior.R:253:3', 'test-describe_posterior.R:271:3', 'test-describe_posterior.R:308:3', 'test-describe_prior.R:2:3', 'test-bayesfactor_parameters.R:56:3', 'test-bayesfactor_parameters.R:94:3', 'test-effective_sample.R:2:3', '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-p_direction.R:27:3', 'test-p_direction.R:42:3', 'test-p_map.R:24:3', 'test-p_map.R:39:3', 'test-p_significance.R:27:3', 'test-p_significance.R:40: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:57:3', 'test-emmGrid.R:110:3', 'test-emmGrid.R:120:3', 'test-emmGrid.R:149:3', 'test-emmGrid.R:165:3', 'test-emmGrid.R:200:3', 'test-emmGrid.R:210: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:72: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 75 | PASS 209 ] > > proc.time() user system elapsed 3.21 0.25 137.75