R Under development (unstable) (2026-03-14 r89623 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(effectcheck) =========================================================================== effectcheck v0.2.0 - DEVELOPMENT VERSION =========================================================================== WARNING: This package is under heavy development and has NOT yet been fully validated. Results should be independently verified before use in any consequential context. Use is at your sole responsibility. Report issues & help verify: https://github.com/giladfeldman/escicheck Contact: Gilad Feldman =========================================================================== > > test_check("effectcheck") Processing 2 file(s)... [1/2] file14a5c72697abd.txt [2/2] file14a5c54b428ea.txt Found 2 statistics in 2 file(s) Extracting statistics... | | | 0% | |======================================================================| 100% Extracting statistics... | | | 0% | |======================================================================| 100% Extracting statistics... | | | 0% | |======================================================================| 100% Extracting statistics... | | | 0% | |======================================================================| 100% Extracting statistics... | | | 0% | |======================================================================| 100% Extracting statistics... | | | 0% | |======================================================================| 100% Extracting statistics... | | | 0% | |======================================================================| 100% Extracting statistics... | | | 0% | |======================================================================| 100% Processing 1 file(s)... [1/1] file14a5c37995a01.txt Found 1 statistics in 1 file(s) [ FAIL 0 | WARN 0 | SKIP 5 | PASS 581 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • empty test (5): 'test-golden.R:55:1', 'test-golden.R:109:1', 'test-nonparametric.R:18:1', 'test-type-matched.R:73:1', 'test-type-matched.R:120:1' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 581 ] > > proc.time() user system elapsed 12.40 0.93 13.32