{
  "_id": "6a1c04041d7bb097a0a2a291",
  "Package": "biglasso",
  "Version": "1.6.1",
  "Date": "2025-03-05",
  "Title": "Extending Lasso Model Fitting to Big Data",
  "Authors@R": "c(\nperson(\"Yaohui\", \"Zeng\", role = c(\"aut\")),\nperson(\"Chuyi\", \"Wang\", role = c(\"aut\")),\nperson(\"Tabitha\", \"Peter\", role = c(\"aut\")),\nperson(\"Patrick\", \"Breheny\", role=c(\"aut\",\"cre\"),\nemail=\"patrick-breheny@uiowa.edu\", comment=c(ORCID=\"0000-0002-0650-1119\")))",
  "Maintainer": "Patrick Breheny <patrick-breheny@uiowa.edu>",
  "Description": "Extend lasso and elastic-net model fitting for large data\nsets that cannot be loaded into memory. Designed to be more\nmemory- and computation-efficient than existing lasso-fitting\npackages like 'glmnet' and 'ncvreg', thus allowing the user to\nanalyze big data with limited RAM <doi:10.32614/RJ-2021-001>.",
  "License": "GPL-3",
  "URL": "https://pbreheny.github.io/biglasso/,\nhttps://github.com/pbreheny/biglasso",
  "BugReports": "https://github.com/pbreheny/biglasso/issues",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.2",
  "Encoding": "UTF-8",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-31 09:43:43 UTC",
    "User": "root"
  },
  "Author": "Yaohui Zeng [aut], Chuyi Wang [aut], Tabitha Peter [aut],\nPatrick Breheny [aut, cre]\n(<https://orcid.org/0000-0002-0650-1119>)",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-03-05 18:10:14 UTC",
  "RemoteUrl": "https://github.com/cran/biglasso",
  "RemoteRef": "HEAD",
  "RemoteSha": "0957868de2fadd600160d368d5aece2ae3ea88a4",
  "MD5sum": "56fac424d94efad489513794a33e5059",
  "_user": "cran",
  "_type": "src",
  "_file": "biglasso_1.6.1.tar.gz",
  "_fileid": "d48cf1079aeb9f5f3630919a8b3413025fb6016d8be1745ac5a1223a6e2c57f7",
  "_filesize": 1394038,
  "_sha256": "d48cf1079aeb9f5f3630919a8b3413025fb6016d8be1745ac5a1223a6e2c57f7",
  "_created": "2026-05-31T09:43:43.000Z",
  "_published": "2026-05-31T09:48:52.717Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78716234450,
      "time": 220,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315720860"
    },
    {
      "job": 78716234448,
      "time": 184,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315717679"
    },
    {
      "job": 78716234451,
      "time": 220,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315720824"
    },
    {
      "job": 78716234447,
      "time": 213,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315720112"
    },
    {
      "job": 78715936520,
      "time": 329,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315699331"
    },
    {
      "job": 78716234440,
      "time": 149,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315714358"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26709123467",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/biglasso",
  "_commit": {
    "id": "0957868de2fadd600160d368d5aece2ae3ea88a4",
    "author": "Patrick Breheny <patrick-breheny@uiowa.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.6.1\n",
    "time": 1741198214
  },
  "_maintainer": {
    "name": "Patrick Breheny",
    "email": "patrick-breheny@uiowa.edu",
    "login": "pbreheny",
    "orcid": "0000-0002-0650-1119",
    "description": "",
    "uuid": 1858089
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "bigmemory",
      "version": ">= 4.5.0",
      "role": "Depends"
    },
    {
      "package": "Matrix",
      "role": "Depends"
    },
    {
      "package": "ncvreg",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "version": ">= 0.8.600",
      "role": "LinkingTo"
    },
    {
      "package": "bigmemory",
      "role": "LinkingTo"
    },
    {
      "package": "BH",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.1",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "parallel",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "survival",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "yaohuizeng",
      "count": 9,
      "uuid": 10452899
    },
    {
      "user": "pbreheny",
      "count": 4,
      "uuid": 1858089
    },
    {
      "user": "chy-wang",
      "count": 2,
      "uuid": 32462218
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 4287,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/biglasso"
  },
  "_mentions": 7,
  "_devurl": "https://github.com/pbreheny/biglasso",
  "_pkgdown": "https://pbreheny.github.io/biglasso/",
  "_searchresults": 106,
  "_topics": [
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/biglasso.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pbreheny/biglasso",
  "_realowner": "pbreheny",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0-1",
      "date": "2016-03-02"
    },
    {
      "version": "1.2-3",
      "date": "2016-11-14"
    },
    {
      "version": "1.3-0",
      "date": "2016-12-21"
    },
    {
      "version": "1.3-1",
      "date": "2016-12-31"
    },
    {
      "version": "1.3-3",
      "date": "2017-01-26"
    },
    {
      "version": "1.3-5",
      "date": "2017-04-04"
    },
    {
      "version": "1.3-6",
      "date": "2017-05-04"
    },
    {
      "version": "1.3-7",
      "date": "2019-09-09"
    },
    {
      "version": "1.4.0",
      "date": "2021-01-16"
    },
    {
      "version": "1.4.1",
      "date": "2021-01-31"
    },
    {
      "version": "1.5.0",
      "date": "2022-02-08"
    },
    {
      "version": "1.5.1",
      "date": "2022-03-09"
    },
    {
      "version": "1.5.2",
      "date": "2022-10-06"
    },
    {
      "version": "1.6.0",
      "date": "2024-04-21"
    },
    {
      "version": "1.6.1",
      "date": "2025-03-05"
    }
  ],
  "_exports": [
    "biglasso",
    "biglasso_fit",
    "biglasso_path",
    "cv.biglasso",
    "setupX"
  ],
  "_datasets": [
    {
      "name": "colon",
      "title": "Gene expression data from colon-cancer patients",
      "object": "colon",
      "file": "colon.RData",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "biglasso-package",
      "title": "Extending Lasso Model Fitting to Big Data",
      "topics": [
        "biglasso-package"
      ]
    },
    {
      "page": "biglasso",
      "title": "Fit lasso penalized regression path for big data",
      "topics": [
        "biglasso"
      ]
    },
    {
      "page": "biglasso_fit",
      "title": "Direct interface to biglasso fitting, no preprocessing",
      "topics": [
        "biglasso_fit"
      ]
    },
    {
      "page": "biglasso_path",
      "title": "Direct interface to biglasso fitting, no preprocessing, path version",
      "topics": [
        "biglasso_path"
      ]
    },
    {
      "page": "colon",
      "title": "Gene expression data from colon-cancer patients",
      "topics": [
        "colon"
      ]
    },
    {
      "page": "cv.biglasso",
      "title": "Cross-validation for biglasso",
      "topics": [
        "cv.biglasso"
      ]
    },
    {
      "page": "plot.biglasso",
      "title": "Plot coefficients from a \"biglasso\" object",
      "topics": [
        "plot.biglasso"
      ]
    },
    {
      "page": "plot.cv.biglasso",
      "title": "Plots the cross-validation curve from a \"cv.biglasso\" object",
      "topics": [
        "plot.cv.biglasso"
      ]
    },
    {
      "page": "plot.mbiglasso",
      "title": "Plot coefficients from a \"mbiglasso\" object",
      "topics": [
        "plot.mbiglasso"
      ]
    },
    {
      "page": "predict.biglasso",
      "title": "Model predictions based on a fitted 'biglasso' object",
      "topics": [
        "coef.biglasso",
        "coef.mbiglasso",
        "predict.biglasso",
        "predict.mbiglasso"
      ]
    },
    {
      "page": "predict.cv.biglasso",
      "title": "Model predictions based on a fitted 'cv.biglasso()' object",
      "topics": [
        "coef.cv.biglasso",
        "predict.cv.biglasso"
      ]
    },
    {
      "page": "setupX",
      "title": "Set up design matrix X by reading data from big data file",
      "topics": [
        "setupX"
      ]
    },
    {
      "page": "summary.cv.biglasso",
      "title": "Summarizing inferences based on cross-validation",
      "topics": [
        "print.summary.cv.biglasso",
        "summary.cv.biglasso"
      ]
    }
  ],
  "_readme": "https://github.com/cran/biglasso/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "bigmemory",
    "bigmemory.sri",
    "lattice",
    "Matrix",
    "ncvreg",
    "Rcpp",
    "RcppArmadillo",
    "uuid"
  ],
  "_sysdeps": [
    {
      "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"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_vignettes": [
    {
      "source": "biglasso.Rmd",
      "filename": "biglasso.html",
      "title": "biglasso",
      "author": "Yaohui Zeng, Chuyi Wang, Patrick Breheny",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Small Data",
        "Linear regression",
        "Cross-Validation",
        "Logistic Regression",
        "Cox Regression",
        "Multiple response Linear Regression (multi-task learning)",
        "Big Data",
        "Links"
      ],
      "created": "2021-01-16 05:10:03",
      "modified": "2024-04-22 02:35:23",
      "commits": 6
    }
  ],
  "_score": 5.979678643509322,
  "_indexed": false,
  "_nocasepkg": "biglasso",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://pbreheny.r-universe.dev/biglasso",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.1",
      "date": "2026-05-31T09:47:22.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "0957868de2fadd600160d368d5aece2ae3ea88a4",
      "fileid": "528087f3be3442e9d7d0fc4d684ed140d063f8b90b422e0849aa949757d79fe5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26709123467"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.1",
      "date": "2026-05-31T09:46:44.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "0957868de2fadd600160d368d5aece2ae3ea88a4",
      "fileid": "5374f4fc7200f38e9d19f1cbf779df9a83c9ba48a5244f192c4c56cc9f41d0c0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26709123467"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.1",
      "date": "2026-05-31T09:47:17.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "0957868de2fadd600160d368d5aece2ae3ea88a4",
      "fileid": "04e6501c3db646cb9db545cef9a3da3950741eed522dec5ca9a521e2e829be9a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26709123467"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.1",
      "date": "2026-05-31T09:47:07.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "0957868de2fadd600160d368d5aece2ae3ea88a4",
      "fileid": "def84a34fd926c885ea470ac76329fb1f498a6b538e8dd62c1e43b2d1a67913a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26709123467"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6.1",
      "date": "2026-05-31T09:46:49.000Z",
      "arch": "emscripten",
      "commit": "0957868de2fadd600160d368d5aece2ae3ea88a4",
      "fileid": "81b72df1843eca398d2fb13e945b83137c15b30601207e2a7335028041521fa9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26709123467"
    }
  ]
}