R Under development (unstable) (2026-03-23 r89685 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. > if (requireNamespace("testthat", quietly = TRUE)) { + library(testthat) + library(peperr) + test_check("peperr") + } else { + message("Package 'testthat' not available; skipping tests.") + } Loading required package: snowfall Loading required package: snow Loading required package: survival Calling a snowfall function without calling 'sfInit' first or after sfStop(). 'sfInit()' is called now. snowfall 1.84-6.3 initialized: sequential execution, one CPU. [ FAIL 0 | WARN 0 | SKIP 20 | PASS 54 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • CoxBoost is installed; guarded-unavailable path is not applicable. (1): 'test-coxboost-flow.R:3:5' • No \docType{data} topics detected in man/. (1): 'test-behavior.R:34:3' • On CRAN (15): 'test-behavior.R:2:3', 'test-classification-brier.R:3:3', 'test-classification-misclass-glm.R:3:3', 'test-coxboost-flow.R:16:3', 'test-coxboost-flow.R:49:3', 'test-coxph-flow.R:3:3', 'test-examples.R:2:3', 'test-lasso-glmnet.R:3:3', 'test-peperr.R:3:3', 'test-regression-gaussian.R:3:3', 'test-survival-backends.R:2:3', 'test-survival-backends.R:13:3', 'test-survival-backends.R:24:3', 'test-survival-backends.R:37:3', 'test-survival-backends.R:51:3' • Skipping (1): 'test-lasso-penalized.R:3:3' • empty test (1): 'test-survival-backends.R:64:1' • rlecuyer is installed (1): 'test-behavior.R:39:5' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 54 ] > > proc.time() user system elapsed 1.95 0.26 2.20