R Under development (unstable) (2026-01-25 r89330 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 (require(testthat)) { + library(pense) + test_check("pense") + } else { + warning("'pense' requires 'testthat' for tests.") + } Loading required package: testthat Loading required package: Matrix [ FAIL 0 | WARN 0 | SKIP 15 | PASS 413 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • Environment variable `PENSE_TEST_FULL` not defined. (15): 'test_mest_algorithm.R:7:3', 'test_mest_algorithm.R:44:3', 'test_mest_algorithm.R:82:3', 'test_multiple_alpha.R:5:3', 'test_multiple_alpha.R:53:3', 'test_multiple_alpha.R:114:3', 'test_multiple_alpha.R:160:3', 'test_pense_algorithm.R:7:3', 'test_pense_algorithm.R:41:3', 'test_pense_algorithm.R:76:3', 'test_pense_algorithm.R:114:3', 'test_predict.R:5:3', 'test_predict.R:48:3', 'test_ris_cv.R:5:3', 'test_ris_cv.R:47:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 413 ] > > proc.time() user system elapsed 5.07 0.23 6.87