CRAN Package Check Results for Package LINselect

Last updated on 2026-07-23 13:49:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.6 3.32 41.45 44.77 OK
r-devel-linux-x86_64-debian-gcc 1.1.6 2.48 29.98 32.46 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.6 67.86 OK
r-devel-linux-x86_64-fedora-gcc 1.1.6 28.67 OK
r-devel-windows-x86_64 1.1.6 4.00 57.00 61.00 OK
r-patched-linux-x86_64 1.1.6 3.41 38.84 42.25 OK
r-release-linux-x86_64 1.1.6 2.54 38.98 41.52 OK
r-release-macos-arm64 1.1.6 1.00 13.00 14.00 OK
r-release-macos-x86_64 1.1.6 2.00 41.00 43.00 OK
r-release-windows-x86_64 1.1.6 5.00 58.00 63.00 OK
r-oldrel-macos-arm64 1.1.6 OK
r-oldrel-macos-x86_64 1.1.6 3.00 78.00 81.00 OK
r-oldrel-windows-x86_64 1.1.6 6.00 69.00 75.00 OK

Check Details

Version: 1.1.6
Check: tests
Result: ERROR Running ‘TestVARselect.R’ [4s/6s] Comparing ‘TestVARselect.Rout’ to ‘TestVARselect.Rout.save’ ... OK Running ‘TesttuneLasso.R’ [2s/3s] Running the tests in ‘tests/TesttuneLasso.R’ failed. Complete output: > #source("charge.R") > library("LINselect") > > set.seed(15) # pour pouvoir comparer des ex<e9>cutions sucessives > ex <- simulData(p=100,n=50,r=0.95,rSN=10) > > res.tuneLasso <- tuneLasso(ex$Y,ex$X,method="Glasso",verbose=TRUE) [1] "Tuning Gauss Lasso with Vfold CV: V= 10 , dmax= 45" [1] "Tuning Gauss Lasso with LinSelect: K= 1.1" Warning messages: 1: In penalty(Delta, n, p, K) : the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 0the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 1the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 2the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 3the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 4the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 5the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 6the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 7the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 8the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 9the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= [... truncated] 2: In penalty(Delta, n, p, K) : the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 0the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 1the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 2the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 3the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 4the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 5the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 6the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 7the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 8the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= 9the values of the penalty function greater than 1e+08 are set to Inf err= 2 n n= 50 Dm= [... truncated] > res.tuneLasso$Glasso$CV$support [1] 3 5 6 > res.tuneLasso$Glasso$Ls$support [1] 6 > > res.tuneLasso <- tuneLasso(ex$Y,ex$X,method="lasso",verbose=TRUE) [1] "Tuning Lasso with Vfold CV: V= 10 , dmax= 45" [1] "Tuning Lasso with LINselect: K= 1.1 , a= 0.5 , dmax= 45" Warning message: In penalty(Delta, n, p, K) :*** buffer overflow detected ***: terminated Aborted Flavor: r-devel-linux-x86_64-debian-gcc