Package: mlr3superlearner
Type: Package
Title: Super Learner Fitting and Prediction
Version: 0.1.2
Authors@R: 
    c(person(given = "Nicholas",
             family = "Williams",
             role = c("aut", "cre", "cph"),
             email = "ntwilliams.personal@gmail.com", 
             comment = c(ORCID = "0000-0002-1378-4831")))
Description: An implementation of the Super Learner prediction algorithm from
  van der Laan, Polley, and Hubbard (2007) <doi:10.2202/1544-6115.1309 
  using the 'mlr3' framework. 
License: GPL (>= 3)
Encoding: UTF-8
Imports: checkmate, lgr, mlr3, data.table, purrr, cli, glmnet
RoxygenNote: 7.3.2
Depends: mlr3learners
Suggests: ranger, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-09-17 16:08:19 UTC; nicholaswilliams
Author: Nicholas Williams [aut, cre, cph]
    (<https://orcid.org/0000-0002-1378-4831>)
Maintainer: Nicholas Williams <ntwilliams.personal@gmail.com>
Repository: CRAN
Date/Publication: 2024-09-17 16:30:06 UTC
Built: R 4.3.3; ; 2024-09-17 17:41:24 UTC; unix
