{
  "_id": "6a214d53cd65a98ecbd2cbe1",
  "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",
  "Config/pak/sysreqs": "make",
  "Repository": "https://phipnye.r-universe.dev",
  "Date/Publication": "2026-02-02 05:37:27 UTC",
  "RemoteUrl": "https://github.com/phipnye/cv-lm",
  "RemoteRef": "HEAD",
  "RemoteSha": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-04 09:54:41 UTC",
    "User": "root"
  },
  "Author": "Philip Nye [aut, cre]",
  "Maintainer": "Philip Nye <phipnye@proton.me>",
  "MD5sum": "1c728340ff420f1dd8760c65b6d1f91b",
  "_user": "phipnye",
  "_type": "src",
  "_file": "cvLM_2.0.0.tar.gz",
  "_fileid": "f0443cd66ed0a3e8be833888e4b244446b97f0a17146308980ead7a8758c5992",
  "_filesize": 222406,
  "_sha256": "f0443cd66ed0a3e8be833888e4b244446b97f0a17146308980ead7a8758c5992",
  "_created": "2026-06-04T09:54:41.000Z",
  "_published": "2026-06-04T10:02:59.237Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79494213026,
      "time": 147,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7408499552"
    },
    {
      "job": 79494212803,
      "time": 141,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7408496212"
    },
    {
      "job": 79494212808,
      "time": 152,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408501084"
    },
    {
      "job": 79494212870,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408493282"
    },
    {
      "job": 79494212828,
      "time": 156,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7408493075"
    },
    {
      "job": 79494212962,
      "time": 383,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7408568853"
    },
    {
      "job": 79494212825,
      "time": 140,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408487225"
    },
    {
      "job": 79494212865,
      "time": 323,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408549287"
    },
    {
      "job": 79493682264,
      "time": 189,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408448346"
    },
    {
      "job": 79494212863,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408489344"
    },
    {
      "job": 79494212846,
      "time": 143,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7408496796"
    },
    {
      "job": 79494212935,
      "time": 163,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7408503401"
    },
    {
      "job": 79494212789,
      "time": 129,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408491761"
    }
  ],
  "_buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/phipnye/cv-lm",
  "_commit": {
    "id": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
    "author": "phipnye <phipnye@proton.me>",
    "committer": "phipnye <phipnye@proton.me>",
    "message": "Fix erroneous dockerfile\n",
    "time": 1770010647
  },
  "_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": "phipnye",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-01",
      "n": 7
    },
    {
      "week": "2026-02",
      "n": 20
    },
    {
      "week": "2026-03",
      "n": 3
    },
    {
      "week": "2026-04",
      "n": 4
    },
    {
      "week": "2026-05",
      "n": 6
    },
    {
      "week": "2026-06",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v2.0.0",
      "date": "2026-02-01"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "phipnye",
      "count": 55,
      "uuid": 75276332
    }
  ],
  "_userbio": {
    "uuid": 75276332,
    "type": "user",
    "name": "phipnye"
  },
  "_downloads": {
    "count": 130,
    "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": true,
  "_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/phipnye/cv-lm/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": 3.4771212547196626,
  "_indexed": true,
  "_nocasepkg": "cvlm",
  "_universes": [
    "phipnye"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-04T09:57:18.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
      "fileid": "0b0da0d18a75e2968e1ac54986c910a77ca6942ed0d4d77f23630f4d7846895b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-04T09:57:05.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
      "fileid": "8ac034a179f5aa82f901d634d612cb1f0531335f581acc4eec165bd9215af4d2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-04T09:57:22.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
      "fileid": "d72dcc6dc2891acab1b134a927e802d633ac44b4c9590ea885b94abd8f792317",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-04T09:57:05.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
      "fileid": "0bedca40be15ff681b995ea1175521acea3bd5e847906b52a9ef09177aac5e2f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-04T09:57:07.000Z",
      "arch": "aarch64",
      "commit": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
      "fileid": "091a0d79126afb156d67ccf3ebb0167b7ca035a4f5642a6f3eeac2e9d23d3c02",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-04T09:59:47.000Z",
      "arch": "x86_64",
      "commit": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
      "fileid": "d4b5be42f144aa258175fc46134dfeddaa99573a5107a5a8a5918ed2392d9a4c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-04T09:56:51.000Z",
      "arch": "aarch64",
      "commit": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
      "fileid": "4027e8797a745e26aa40368507d79d0d3970f47945ff79344605c6dcced26218",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-04T09:59:00.000Z",
      "arch": "x86_64",
      "commit": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
      "fileid": "9925951989baf60519f884fe3128269e76cbf0aa19d603bf2b5f3596d4a6b89a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0",
      "date": "2026-06-04T09:56:58.000Z",
      "arch": "emscripten",
      "commit": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
      "fileid": "b184be2cc6e2d34220bffbc8e7aa40a42ca45936bedcd5168fcae9bd104426b3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-06-04T09:56:28.000Z",
      "arch": "x86_64",
      "commit": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
      "fileid": "57a8ac5ecf54cc10ff36b2581f2ffd380db1d8ac7f643090759bcb4188c38558",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-06-04T09:56:25.000Z",
      "arch": "x86_64",
      "commit": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
      "fileid": "5208c50ce0f16868fc8f011820c072ca73399c74b14839085e86c9ba6adef889",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-06-04T09:56:16.000Z",
      "arch": "x86_64",
      "commit": "8d7b5dbb8e3e58a7df2a120efa0443a6ef367cb7",
      "fileid": "71c5ec86066b1b425885366ae5a7754dec5da580636d9a4f413de4e207465db6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phipnye/actions/runs/26944397526"
    }
  ]
}