R Under development (unstable) (2025-09-13 r88827 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. > 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 [ FAIL 0 | WARN 0 | SKIP 10 | PASS 53 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • No \docType{data} topics detected in man/. (1): 'test-behavior.R:33:3' • On CRAN (8): 'test-behavior.R:2:3', 'test-classification-brier.R:3:3', 'test-classification-misclass-glm.R:3: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' • Skipping (1): 'test-lasso-penalized.R:3:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 53 ] > > proc.time() user system elapsed 1.56 0.28 1.82