R Under development (unstable) (2026-01-08 r89292 ucrt) -- "Unsuffered Consequences" 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 This is BFpack 1.5.3. BFpack is free software. Please report any bugs. > > 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.10 2.64 70.09