R Under development (unstable) (2023-10-09 r85295 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(ordPens) Loading required package: grplasso Loading required package: mgcv Loading required package: nlme This is mgcv 1.9-0. For overview type 'help("mgcv-package")'. Loading required package: RLRsim Loading required package: quadprog Loading required package: glmpath Loading required package: survival > > test_check("ordPens") Setting update.every = length(lambda) + 1 Lambda: 1000 nr.var: 20 Lambda: 500 nr.var: 55 Lambda: 200 nr.var: 160 Lambda: 100 nr.var: 268 Lambda: 70 nr.var: 279 Lambda: 50 nr.var: 302 Lambda: 30 nr.var: 305 Lambda: 20 nr.var: 313 Lambda: 10 nr.var: 317 Lambda: 1 nr.var: 317 [ FAIL 0 | WARN 3 | SKIP 0 | PASS 78 ] [ FAIL 0 | WARN 3 | SKIP 0 | PASS 78 ] > > > proc.time() user system elapsed 13.65 1.12 14.78