{
  "_id": "6a0f5fa2acfb0bcc41c5b55a",
  "Package": "CVglasso",
  "Type": "Package",
  "Title": "Lasso Penalized Precision Matrix Estimation",
  "Version": "1.0.1",
  "Authors@R": "c(\nperson(\ngiven = \"Matt\",\nfamily = \"Galloway\",\nemail = \"mattxgalloway@gmail.com\",\nrole = c(\"aut\")),\nperson(\ngiven = \"James\",\nfamily = \"Curran\",\nemail = \"j.curran@auckland.ac.nz\",\nrole = c(\"aut\", \"cre\")\n))",
  "Description": "Estimates a lasso penalized precision matrix via blockwise\ncoordinate descent (BCD). This package is a simple wrapper\naround the popular 'glasso' package and extends and enhances\nits capabilities. These enhancements include built-in cross\nvalidation and visualizations. See Friedman et al. (2008)\n<doi:10.1093/biostatistics/kxm045> for details regarding the\nestimation 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",
  "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": {
    "Date": "2026-05-21 11:25:21 UTC",
    "User": "root"
  },
  "Author": "Matt Galloway [aut],\nJames Curran [aut, cre]",
  "Maintainer": "James Curran <j.curran@auckland.ac.nz>",
  "MD5sum": "1ee178d3e3e4f28d68378d89bf559506",
  "_user": "jmcurran",
  "_type": "src",
  "_file": "CVglasso_1.0.1.tar.gz",
  "_fileid": "06d7ee4477e1d2771cc62c966b6d75d7770d7174d45747096fbf33643ff7ef67",
  "_filesize": 390455,
  "_sha256": "06d7ee4477e1d2771cc62c966b6d75d7770d7174d45747096fbf33643ff7ef67",
  "_created": "2026-05-21T11:25:21.000Z",
  "_published": "2026-05-21T19:40:18.489Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77254049323,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7134486315"
    },
    {
      "job": 77254049158,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7134485310"
    },
    {
      "job": 77254049428,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7134484141"
    },
    {
      "job": 77254049376,
      "time": 94,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7134480496"
    },
    {
      "job": 77254048917,
      "time": 227,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7134443021"
    },
    {
      "job": 77254048747,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7145487020"
    },
    {
      "job": 77254049609,
      "time": 95,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7134474689"
    },
    {
      "job": 77254049819,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7134478997"
    },
    {
      "job": 77254049713,
      "time": 113,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7134479357"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26222836013",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jmcurran/cvglasso",
  "_commit": {
    "id": "56986970c4ff94c3463d49606c56e57e3584ff8c",
    "author": "James Curran <j.curran@auckland.ac.nz>",
    "committer": "James Curran <j.curran@auckland.ac.nz>",
    "message": ".gitattributes\n",
    "time": 1779241660
  },
  "_maintainer": {
    "name": "James Curran",
    "email": "j.curran@auckland.ac.nz",
    "login": "jmcurran",
    "description": "Professor of Statistics at the University of Auckland. Keen cyclist and gamer.",
    "uuid": 1457367
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "glasso",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    },
    {
      "package": "microbenchmark",
      "role": "Suggests"
    }
  ],
  "_owner": "jmcurran",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-21",
      "n": 15
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jmcurran",
      "count": 25,
      "uuid": 1457367
    }
  ],
  "_userbio": {
    "uuid": 1457367,
    "type": "user",
    "name": "James Curran",
    "description": "Professor of Statistics at the University of Auckland. Keen cyclist and gamer."
  },
  "_downloads": {
    "count": 300,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/CVglasso"
  },
  "_devurl": "https://github.com/jmcurran/cvglasso",
  "_searchresults": 43,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/CVglasso.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jmcurran/cvglasso",
  "_realowner": "jmcurran",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2018-06-04"
    },
    {
      "version": "1.0.1",
      "date": "2026-05-20"
    }
  ],
  "_exports": [
    "CVglasso"
  ],
  "_help": [
    {
      "page": "CVglasso",
      "title": "Penalized precision matrix estimation",
      "topics": [
        "CVglasso"
      ]
    },
    {
      "page": "plot.CVglasso",
      "title": "Plot CVglasso object",
      "topics": [
        "plot.CVglasso"
      ]
    }
  ],
  "_readme": "https://github.com/jmcurran/cvglasso/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "cpp11",
    "doParallel",
    "dplyr",
    "farver",
    "foreach",
    "generics",
    "ggplot2",
    "glasso",
    "glue",
    "gtable",
    "isoband",
    "iterators",
    "labeling",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "Benchmark.Rmd",
      "filename": "Benchmark.html",
      "title": "Benchmarks",
      "author": "Matt Galloway",
      "engine": "knitr::knitr",
      "headings": [],
      "created": "2018-08-01 01:13:17",
      "modified": "2026-05-19 03:51:20",
      "commits": 3
    },
    {
      "source": "Tutorial.Rmd",
      "filename": "Tutorial.html",
      "title": "CVglasso Tutorial",
      "engine": "knitr::knitr",
      "headings": [
        "Introduction",
        "Simulation",
        "More advanced options"
      ],
      "created": "2018-06-04 20:04:16",
      "modified": "2026-05-19 02:28:38",
      "commits": 8
    }
  ],
  "_score": 5.110589710299249,
  "_indexed": true,
  "_nocasepkg": "cvglasso",
  "_universes": [
    "jmcurran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-21T11:27:33.000Z",
      "distro": "noble",
      "commit": "56986970c4ff94c3463d49606c56e57e3584ff8c",
      "fileid": "a97683890db95c395dc8ccbc919fe40a3b2c36d1e5bd89c713a295162d569d52",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26222836013"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-21T11:27:31.000Z",
      "distro": "noble",
      "commit": "56986970c4ff94c3463d49606c56e57e3584ff8c",
      "fileid": "d1e308e324fad89e6020c1cbd170d5edbf47c665f3928df87b1eba54d63de128",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26222836013"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-21T11:27:31.000Z",
      "commit": "56986970c4ff94c3463d49606c56e57e3584ff8c",
      "fileid": "b72ef0230a9a6ff1ff59c03f4d2155647824837e8b7ab2e22d69988685062110",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26222836013"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-21T11:27:20.000Z",
      "commit": "56986970c4ff94c3463d49606c56e57e3584ff8c",
      "fileid": "7528182247d47b956243b4029189c7567044e6d5b76b25a7d8b1fc874e2d51ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26222836013"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-05-21T19:40:02.000Z",
      "commit": "56986970c4ff94c3463d49606c56e57e3584ff8c",
      "fileid": "644c8364edef38f9c09191a88b1ffc39613273e19c17adf8a73fb42a89a3d999",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26222836013"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-21T11:26:50.000Z",
      "commit": "56986970c4ff94c3463d49606c56e57e3584ff8c",
      "fileid": "8e1dd7bbf4d62770a7699d845716956956d168601126ce56e345c847476bd02e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26222836013"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-21T11:27:05.000Z",
      "commit": "56986970c4ff94c3463d49606c56e57e3584ff8c",
      "fileid": "f01e89ee81e0ed920deb02a4ee785471c28847814691daef4dfda7ac756beab3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26222836013"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-21T11:27:04.000Z",
      "commit": "56986970c4ff94c3463d49606c56e57e3584ff8c",
      "fileid": "ffea73b3c3085c31791f2982778a1d01ec97925db53baebe332a01354c4449b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26222836013"
    }
  ]
}