Package: biglasso Title: Extending Lasso Model Fitting to Big Data Version: 1.6.1.2 Authors@R: c( person("Yaohui", "Zeng", role = c("aut")), person("Chuyi", "Wang", role = c("aut")), person("Tabitha", "Peter", role = c("aut")), person("Patrick", "Breheny", role=c("aut","cre"), email="patrick-breheny@uiowa.edu", comment=c(ORCID="0000-0002-0650-1119"))) Description: Extend lasso and elastic-net model fitting for large data sets that cannot be loaded into memory. Designed to be more memory- and computation-efficient than existing lasso-fitting packages like 'glmnet' and 'ncvreg', thus allowing the user to analyze big data with limited RAM . License: GPL-3 URL: https://pbreheny.github.io/biglasso/, https://github.com/pbreheny/biglasso BugReports: https://github.com/pbreheny/biglasso/issues Depends: R (>= 3.2.0), bigmemory (>= 4.5.0), Matrix, ncvreg Imports: Rcpp (>= 0.12.1), methods Suggests: glmnet, knitr, parallel, rmarkdown, survival, tinytest LinkingTo: Rcpp, RcppArmadillo (>= 0.8.600), bigmemory, BH VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://pbreheny.r-universe.dev Date/Publication: 2026-06-20 10:17:40 UTC RemoteUrl: https://github.com/pbreheny/biglasso RemoteRef: HEAD RemoteSha: 4031421687edd1971f7f68703a784113ad9b0291 NeedsCompilation: yes Packaged: 2026-06-24 09:15:29 UTC; root Author: Yaohui Zeng [aut], Chuyi Wang [aut], Tabitha Peter [aut], Patrick Breheny [aut, cre] (ORCID: ) Maintainer: Patrick Breheny