Package: bolasso Title: Model Consistent Lasso Estimation Through the Bootstrap Version: 0.5.0 Authors@R: person(given = "Daniel", family = "Molitor", role = c("aut", "cre"), email = "molitdj97@gmail.com") Description: Implements the bolasso algorithm for consistent variable selection and estimation accuracy. Includes support for many parallel backends via the future package. For details see: Bach (2008), 'Bolasso: model consistent Lasso estimation through the bootstrap', . Depends: Matrix (>= 1.0-6), R (>= 4.1.0) Imports: future.apply (>= 1.1.0), gamlr (>= 1.0), generics, ggplot2, glmnet (>= 3.0), progressr, stats, tibble Suggests: testthat (>= 3.0.0), mlbench, covr License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://www.dmolitor.com/bolasso/, https://github.com/dmolitor/bolasso Config/testthat/edition: 3 BugReports: https://github.com/dmolitor/bolasso/issues Repository: https://dmolitor.r-universe.dev Date/Publication: 2026-03-22 22:24:11 UTC RemoteUrl: https://github.com/dmolitor/bolasso RemoteRef: HEAD RemoteSha: 3655597688f588a96bdd269391182432f8e53d85 NeedsCompilation: no Packaged: 2026-06-20 07:30:52 UTC; root Author: Daniel Molitor [aut, cre] Maintainer: Daniel Molitor