R Under development (unstable) (2023-09-12 r85134 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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("metaBMA") Loading required package: Rcpp This is metaBMA version 0.6.9 - Default priors were changed in version 0.6.6. - Since default priors may change again, it is safest to specify priors (even when using the defaults). > library("rstan") Loading required package: StanHeaders rstan version 2.26.23 (Stan version 2.26.1) For execution on a local, multicore CPU with excess RAM we recommend calling options(mc.cores = parallel::detectCores()). To avoid recompilation of unchanged Stan programs, we recommend calling rstan_options(auto_write = TRUE) For within-chain threading using `reduce_sum()` or `map_rect()` Stan functions, change `threads_per_chain` option: rstan_options(threads_per_chain = 1) Do not specify '-march=native' in 'LOCAL_CPPFLAGS' or a Makevars file > > stopifnot(require("rstan")) > > test_check("metaBMA") [ FAIL 0 | WARN 0 | SKIP 18 | PASS 369 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test_H0_logml.R:32:3', 'test_H0_logml.R:45:3', 'test_bma.R:28:3', 'test_bma.R:63:3', 'test_bma.R:90:3', 'test_data_frame_evaluation.R:33:3', 'test_data_frame_evaluation.R:60:3', 'test_gronau2017powerpose.R:28:3', 'test_gronau2017powerpose.R:57:3', 'test_gronau2017powerpose.R:95:3', 'test_gronau2017powerpose.R:128:3', 'test_integrate.R:22:3', 'test_integrate.R:44:3', 'test_jzs.R:19:3', 'test_jzs.R:45:3', 'test_jzs.R:64:3', 'test_scheibehenne2017.R:46:3', 'test_sensitivity.R:22:3' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 369 ] > > # check timing without skip_on_cran() for CRAN submissions: > # Sys.setenv (NOT_CRAN=FALSE) > # test_dir("tests/testthat") > > proc.time() user system elapsed 26.23 1.26 27.43