{
  "_id": "6a1feca8b401979e73440d8c",
  "Package": "cvLM",
  "Type": "Package",
  "Title": "Cross-Validation for Linear and Ridge Regression Models",
  "Version": "2.0.0",
  "Date": "2026-02-01",
  "Authors@R": "c(person(\"Philip\", \"Nye\", email = \"phipnye@proton.me\", role = c(\"aut\", \"cre\")))",
  "Description": "Implements cross-validation methods for linear and ridge\nregression models. The package provides grid-based selection of\nthe ridge penalty parameter using Singular Value Decomposition\n(SVD) and supports K-fold cross-validation, Leave-One-Out\nCross-Validation (LOOCV), and Generalized Cross-Validation\n(GCV). Computations are implemented in C++ via 'RcppArmadillo'\nwith optional parallelization using 'RcppParallel'. The methods\nare suitable for high-dimensional settings where the number of\npredictors exceeds the number of observations.",
  "License": "MIT + file LICENSE",
  "SystemRequirements": "GNU make, C++17",
  "URL": "https://github.com/phipnye/CV-LM",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-03 08:54:30 UTC",
    "User": "root"
  },
  "Author": "Philip Nye [aut, cre]",
  "Maintainer": "Philip Nye <phipnye@proton.me>",
  "Config/pak/sysreqs": "make",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-02-03 09:20:23 UTC",
  "RemoteUrl": "https://github.com/cran/cvLM",
  "RemoteRef": "HEAD",
  "RemoteSha": "254763182dff55486443a74fa3f9c2f3d6c4d258",
  "MD5sum": "3df8bea32b22eeea576785ccc94c1a87",
  "_user": "cran",
  "_type": "src",
  "_file": "cvLM_2.0.0.tar.gz",
  "_fileid": "4f2f5bd1a109624a996e9864840f794a7c5ca9dea43fcfbbbaa6992b8eaf0f25",
  "_filesize": 222730,
  "_sha256": "4f2f5bd1a109624a996e9864840f794a7c5ca9dea43fcfbbbaa6992b8eaf0f25",
  "_created": "2026-06-03T08:54:30.000Z",
  "_published": "2026-06-03T08:58:16.972Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79257457925,
      "time": 168,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7380076645"
    },
    {
      "job": 79257457855,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7380069095"
    },
    {
      "job": 79257457870,
      "time": 168,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7380076765"
    },
    {
      "job": 79257457866,
      "time": 140,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7380065265"
    },
    {
      "job": 79256901184,
      "time": 194,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7380015016"
    },
    {
      "job": 79257457890,
      "time": 130,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7380061910"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26874149080",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/cvLM",
  "_commit": {
    "id": "254763182dff55486443a74fa3f9c2f3d6c4d258",
    "author": "Philip Nye <phipnye@proton.me>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 2.0.0\n",
    "time": 1770110423
  },
  "_maintainer": {
    "name": "Philip Nye",
    "email": "phipnye@proton.me",
    "login": "phipnye",
    "description": "",
    "uuid": 75276332
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "RcppParallel",
      "role": "LinkingTo"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.13",
      "role": "Imports"
    },
    {
      "package": "RcppParallel",
      "version": ">= 5.1.8",
      "role": "Imports"
    },
    {
      "package": "boot",
      "role": "Suggests"
    },
    {
      "package": "RhpcBLASctl",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-06",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "2.0.0",
      "date": "2026-02-03"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "phipnye",
      "count": 2,
      "uuid": 75276332
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 131,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cvLM"
  },
  "_devurl": "https://github.com/phipnye/cv-lm",
  "_searchresults": 3,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/cvLM.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/phipnye/cv-lm",
  "_realowner": "phipnye",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.4",
      "date": "2024-08-01"
    },
    {
      "version": "2.0.0",
      "date": "2026-02-03"
    }
  ],
  "_exports": [
    "cvLM",
    "grid.search",
    "reg.table"
  ],
  "_help": [
    {
      "page": "cvLM-package",
      "title": "Cross-validation for linear and ridge regression models",
      "topics": [
        "cvLM-package",
        "cvLM",
        "cvLM.formula",
        "cvLM.glm",
        "cvLM.lm"
      ]
    },
    {
      "page": "grid.search",
      "title": "Efficient Grid Search for Optimal Ridge Regularization",
      "topics": [
        "grid.search"
      ]
    },
    {
      "page": "reg.table",
      "title": "Create Regression Tables in LaTeX or HTML",
      "topics": [
        "reg.table"
      ]
    }
  ],
  "_readme": "https://github.com/cran/cvLM/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo",
    "RcppParallel"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 1.6989700043360187,
  "_indexed": false,
  "_nocasepkg": "cvlm",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://phipnye.r-universe.dev/cvLM",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-03T08:57:19.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "254763182dff55486443a74fa3f9c2f3d6c4d258",
      "fileid": "180871ae5d1a05b006684343e2442108aafaab2044629d8b876133013784f69a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26874149080"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-03T08:56:56.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "254763182dff55486443a74fa3f9c2f3d6c4d258",
      "fileid": "57eb90fbf3a4ba246bea33dc673045771fc1218f19bb7af55912af48ad5d64f6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26874149080"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-03T08:57:21.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "254763182dff55486443a74fa3f9c2f3d6c4d258",
      "fileid": "c0b468a96caa5b9015d5f8c23c58d3ab101459518d522601bc1b52232b43e147",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26874149080"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-03T08:56:50.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "254763182dff55486443a74fa3f9c2f3d6c4d258",
      "fileid": "6e4c1a46a84452b5d5f9f016aaf864a2e06ab665667d432633e4a081da66bee8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26874149080"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0",
      "date": "2026-06-03T08:56:52.000Z",
      "arch": "emscripten",
      "commit": "254763182dff55486443a74fa3f9c2f3d6c4d258",
      "fileid": "8407b195417e68eff01f09af608223ef7b594b68b62eb5538d4320ecf844f969",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26874149080"
    }
  ]
}