Package: bolasso
Title: Model Consistent Lasso Estimation Through the Bootstrap
Version: 0.1.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', 
    <arXiv:0804.1302>.
Depends: Matrix (>= 1.0-6), R (>= 3.6.0)
Imports: future.apply (>= 1.1.0), gamlr (>= 1.0), ggplot2, glmnet (>=
        3.0), progressr, Rdpack, stats, tibble
Suggests: testthat (>= 3.0.0), mlbench, covr
RdMacros: Rdpack
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
URL: https://dmolitor.github.io/bolasso/
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-01-03 17:23:02 UTC; DanielMolitor
Author: Daniel Molitor [aut, cre]
Maintainer: Daniel Molitor <molitdj97@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-04 14:50:14 UTC
Built: R 4.0.5; ; 2022-01-25 03:25:10 UTC; unix
