R Under development (unstable) (2026-01-06 r89281 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. > # 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 449 ] ══ Skipped tests (50) ══════════════════════════════════════════════════════════ • On CRAN (48): '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:1:1', 'test-report.brmsfit.R:1:1', 'test-report.compare.loo.R:6:3', 'test-report.data.frame.R:33:1', 'test-report.data.frame.R:61:1', 'test-report.data.frame.R:86:1', 'test-report.data.frame.R:97:1', 'test-report.glmmTMB.R:4:3', 'test-report.htest-chi2.R:1:1', 'test-report.htest-chi2.R:103:1', 'test-report.htest-correlation.R:1:1', 'test-report.htest-fisher.R:1:1', 'test-report.htest-friedman.R:1:1', 'test-report.htest-kruskal.R:1:1', 'test-report.htest-t-test.R:1:1', 'test-report.htest-wilcox.R:2:1', 'test-report.ivreg.R:3:1', 'test-report.lavaan.R:2:1', 'test-report.lm.R:24:1', 'test-report.lm.R:40:1', 'test-report.lme.R:2:1', 'test-report.lmer.R:2:1', 'test-report.stanreg.R:2:1', 'test-report.survreg.R:1:1', 'test-report_participants.R:42:1', 'test-report_participants.R:130:1', 'test-report_participants.R:158:1', 'test-report_participants.R:169:1', 'test-report_performance.R:70:1', 'test-report_s.R:1:1', 'test-report_sample.R:64:1', 'test-report_sample.R:79:1', 'test-report_sample.R:99:1', 'test-report_sample.R:159:1', 'test-report_sample.R:174:1', 'test-report_sample.R:201:1', 'test-report_sample.R:216:1', 'test-report_sample.R:231:1', 'test-report_sample.R:258:1', 'test-report_sample.R:273:1', 'test-report_sample.R:294:1', 'test-report_sample.R:321:1' • Skipping because of a .01 decimal difference in snapshots (2): 'test-report.lm.R:6:3', 'test-report_performance.R:135:3' [ FAIL 0 | WARN 0 | SKIP 50 | PASS 449 ] > > proc.time() user system elapsed 58.62 2.23 60.84