R Under development (unstable) (2023-11-23 r85618 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(BFpack) Loading required package: bain Registered S3 methods overwritten by 'BFpack': method from get_estimates.lm bain get_estimates.t_test bain > > test_check("BFpack") [ FAIL 0 | WARN 0 | SKIP 14 | PASS 84 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test_BFcortest.R:60:3', 'test_BFergm.R:6:3', 'test_BFergm.R:32:3', 'test_BFmeta.R:13:3', 'test_BFmlm.R:41:3', 'test_anova_manova.R:27:3', 'test_anova_manova.R:40:3', 'test_anova_manova.R:66:3', 'test_anova_manova.R:82: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:29:3', 'test_ttest.R:80:3' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 84 ] > > proc.time() user system elapsed 13.75 1.12 14.90