CRAN Package Check Results for Package sparsegl

Last updated on 2026-09-13 02:52:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 15.02 254.05 269.07 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 10.87 163.67 174.54 OK
r-devel-linux-x86_64-fedora-clang 1.1.1 10.00 174.86 184.86 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 10.00 177.28 187.28 OK
r-devel-windows-x86_64 1.1.1 20.00 299.00 319.00 ERROR
r-patched-linux-x86_64 1.1.1 15.76 241.67 257.43 OK
r-release-linux-x86_64 1.1.1 14.59 259.87 274.46 OK
r-release-macos-arm64 1.1.1 5.00 54.00 59.00 OK
r-release-macos-x86_64 1.1.1 13.00 273.00 286.00 OK
r-release-windows-x86_64 1.1.1 19.00 222.00 241.00 OK
r-oldrel-macos-arm64 1.1.1 OK
r-oldrel-macos-x86_64 1.1.1 12.00 246.00 258.00 OK
r-oldrel-windows-x86_64 1.1.1 27.00 330.00 357.00 OK

Check Details

Version: 1.1.1
Check: examples
Result: ERROR Running examples in 'sparsegl-Ex.R' failed The error most likely occurred in: > ### Name: coef.cv.sparsegl > ### Title: Extract coefficients from a 'cv.sparsegl' object. > ### Aliases: coef.cv.sparsegl > > ### ** Examples > > n <- 100 > p <- 20 > X <- matrix(rnorm(n * p), nrow = n) > eps <- rnorm(n) > beta_star <- c(rep(5, 5), c(5, -5, 2, 0, 0), rep(-5, 5), rep(0, (p - 15))) > y <- X %*% beta_star + eps > groups <- rep(1:(p / 5), each = 5) > fit1 <- sparsegl(X, y, group = groups) Error in sgl_ls(bn, bs, ix, iy, nobs, nvars, x, y, pf_group, pf_sparse, : cannot open file 'D:/temp/2026_09_11_01_50_00_25671/RtmpygBGsq/RLIBS_e35836fc69e3/Matrix/R/Matrix.rdb': No such file or directory Calls: sparsegl -> sgl_ls Execution halted Flavor: r-devel-windows-x86_64