R Under development (unstable) (2026-04-24 r89961 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(ErrorTracer) > > test_check("ErrorTracer") [2026-04-25 18:46:26] [ErrorTracer/WARN] env_noise contains predictor(s) not in model: WIND -- ignored [2026-04-25 18:46:33] [ErrorTracer/WARN] No beta columns found in draws matrix -- returning zero LP. [ FAIL 0 | WARN 0 | SKIP 1 | PASS 106 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-integration.R:21:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 106 ] > > proc.time() user system elapsed 6.81 1.00 7.84