R Under development (unstable) (2026-01-12 r89300 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) > test_check("uniLasso") Loading required package: uniLasso Loading required package: glmnet Loading required package: Matrix Loaded glmnet 4.1-10 Loaded uniLasso 2.11 Testing fitc Testing cvfitc Testing fit1 Testing pred1 Testing fit2s Testing cvfit1 Testing predcv1 Testing cvfit2s Testing cvfitpa Testing cvfita Testing fitu Saving _problems/test_Gaussian-50.R Testing fitua Saving _problems/test_Gaussian-50.R Testing ci Saving _problems/test_Gaussian-50.R Testing fitb Testing predb Testing cvfitb Testing predcvb Testing fitub [ FAIL 3 | WARN 0 | SKIP 0 | PASS 15 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_Gaussian.R:50:5'): (code run outside of `test_that()`) ─────── Expected `objects[[x]]` to equal `expected[[x]]`. Differences: Component "nzero": Mean relative difference: 1 Component "glmnet.fit": Component "beta": Attributes: < Component "i": Numeric: lengths (525, 524) differ > Component "glmnet.fit": Component "beta": Attributes: < Component "p": Mean relative difference: 0.004132908 > Component "glmnet.fit": Component "beta": Attributes: < Component "x": Numeric: lengths (525, 524) differ > Component "glmnet.fit": Component "df": Mean relative difference: 1 ── Failure ('test_Gaussian.R:50:5'): (code run outside of `test_that()`) ─────── Expected `objects[[x]]` to equal `expected[[x]]`. Differences: Component "nzero": Mean relative difference: 1 Component "glmnet.fit": Component "beta": Attributes: < Component "i": Numeric: lengths (519, 518) differ > Component "glmnet.fit": Component "beta": Attributes: < Component "p": Mean relative difference: 0.004181826 > Component "glmnet.fit": Component "beta": Attributes: < Component "x": Numeric: lengths (519, 518) differ > Component "glmnet.fit": Component "df": Mean relative difference: 1 ── Failure ('test_Gaussian.R:50:5'): (code run outside of `test_that()`) ─────── Expected `objects[[x]]` to equal `expected[[x]]`. Differences: Component "X97.5.": Mean relative difference: 1.330143e-07 [ FAIL 3 | WARN 0 | SKIP 0 | PASS 15 ] Error: ! Test failures. Execution halted