R version 4.6.0 beta (2026-04-12 r89872 ucrt) -- "Because it was There" Copyright (C) 2026 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(BFpack) Loading required package: bain Registered S3 methods overwritten by 'BFpack': method from get_estimates.lm bain get_estimates.t_test bain BFpack (1.6.0) loaded Citation: https://doi.org/10.18637/jss.v100.i18 > > test_check("BFpack") [ FAIL 0 | WARN 1 | SKIP 15 | PASS 115 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test_BFcortest.R:77:3', 'test_BFcortest.R:159:3', 'test_BFergm.R:6:3', 'test_BFergm.R:42:3', 'test_BFmeta.R:13:3', 'test_BFmlm.R:43:3', 'test_anova_manova.R:27:3', 'test_anova_manova.R:40:3', 'test_anova_manova.R:79:3', 'test_anova_manova.R:95:3', 'test_application4_BF.mlm_regression.R:3:3', 'test_application6_BF.mlm_correlations.R:4:3', 'test_application7_BF.lmerMod.R:4:3', 'test_application7_BF.lmerMod.R:36:3', 'test_ttest.R:108:3' [ FAIL 0 | WARN 1 | SKIP 15 | PASS 115 ] > > proc.time() user system elapsed 67.67 2.87 70.57