R Under development (unstable) (2025-10-31 r88977 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # Generate snapshots only on Windows to avoid having to generate snapshot variant > # corresponding to each OS (#312). > # > # This is especially important for Bayesian models where the results can be different > # across OS, and there is no way to specify a threshold when it comes to snapshots > # since the values included are of character type. > if (tolower(Sys.info()[["sysname"]]) == "windows") { + library(testthat) + + test_check("report") + } Loading required package: report We selected `contrast=c("Species")`. [ FAIL 0 | WARN 0 | SKIP 50 | PASS 445 ] ══ Skipped tests (50) ══════════════════════════════════════════════════════════ • On CRAN (49): 'test-coverage-MixMod.R:4:1', 'test-coverage-brmsfit.R:5:1', 'test-coverage-compare-loo.R:5:1', 'test-coverage-glmmTMB.R:4:1', 'test-report.BFBayesFactor.R:2:1', 'test-report.MixMod.R:6:3', 'test-report.aov.R:64:3', 'test-report.brmsfit.R:1:1', 'test-report.compare.loo.R:6:3', 'test-report.data.frame.R:37:3', 'test-report.data.frame.R:79:3', 'test-report.data.frame.R:90:3', 'test-report.data.frame.R:97:3', 'test-report.glmmTMB.R:4:3', 'test-report.htest-chi2.R:6:3', 'test-report.htest-chi2.R:103:3', 'test-report.htest-correlation.R:22:3', 'test-report.htest-fisher.R:12:3', 'test-report.htest-friedman.R:11:3', 'test-report.htest-kruskal.R:5:3', 'test-report.htest-t-test.R:23:3', 'test-report.htest-wilcox.R:7:3', 'test-report.ivreg.R:13:3', 'test-report.lavaan.R:2:1', 'test-report.lm.R:28:3', 'test-report.lm.R:52:3', 'test-report.lme.R:2:1', 'test-report.lmer.R:2:1', 'test-report.stanreg.R:2:1', 'test-report.survreg.R:10:3', 'test-report_participants.R:51:3', 'test-report_participants.R:131:3', 'test-report_participants.R:155:3', 'test-report_participants.R:171:3', 'test-report_performance.R:79:3', 'test-report_performance.R:120:3', 'test-report_s.R:2:3', 'test-report_sample.R:59:3', 'test-report_sample.R:74:3', 'test-report_sample.R:94:3', 'test-report_sample.R:129:3', 'test-report_sample.R:144:3', 'test-report_sample.R:171:3', 'test-report_sample.R:186:3', 'test-report_sample.R:201:3', 'test-report_sample.R:228:3', 'test-report_sample.R:243:3', 'test-report_sample.R:268:3', 'test-report_sample.R:291:3' • Skipping because of a .01 decimal difference in snapshots (1): 'test-report.lm.R:6:3' [ FAIL 0 | WARN 0 | SKIP 50 | PASS 445 ] > > proc.time() user system elapsed 48.00 1.79 49.76