Package: CVglasso Type: Package Title: Lasso Penalized Precision Matrix Estimation Version: 1.0.1 Authors@R: c( person( given = "Matt", family = "Galloway", email = "mattxgalloway@gmail.com", role = c("aut")), person( given = "James", family = "Curran", email = "j.curran@auckland.ac.nz", role = c("aut", "cre") )) Description: Estimates a lasso penalized precision matrix via blockwise coordinate descent (BCD). This package is a simple wrapper around the popular 'glasso' package and extends and enhances its capabilities. These enhancements include built-in cross validation and visualizations. See Friedman et al. (2008) for details regarding the estimation method. URL: https://github.com/jmcurran/CVglasso BugReports: https://github.com/jmcurran/CVglasso/issues License: GPL (>= 2) ByteCompile: TRUE Encoding: UTF-8 RoxygenNote: 7.3.3 Imports: doParallel, dplyr, foreach, ggplot2, glasso, parallel, stats Suggests: testthat, rmarkdown, knitr, pkgdown, microbenchmark VignetteBuilder: knitr Repository: https://jmcurran.r-universe.dev Date/Publication: 2026-05-20 01:47:40 UTC RemoteUrl: https://github.com/jmcurran/cvglasso RemoteRef: HEAD RemoteSha: 56986970c4ff94c3463d49606c56e57e3584ff8c NeedsCompilation: no Packaged: 2026-06-20 06:10:39 UTC; root Author: Matt Galloway [aut], James Curran [aut, cre] Maintainer: James Curran