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) <doi:10.1093/biostatistics/kxm045> 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
NeedsCompilation: no
Packaged: 2026-05-20 01:48:11 UTC; jcur002
Author: Matt Galloway [aut],
  James Curran [aut, cre]
Maintainer: James Curran <j.curran@auckland.ac.nz>
Repository: CRAN
Date/Publication: 2026-05-20 07:30:02 UTC
