Encoding: UTF-8
Package: caretEnsemble
Type: Package
Title: Ensembles of Caret Models
Version: 2.0.3
Date: 2023-09-19
Authors@R: c(person(c("Zachary", "A."), "Deane-Mayer", role = c("aut", "cre"),
    email = "zach.mayer@gmail.com"),
    person(c("Jared", "E."), "Knowles", role=c("aut"),
    email="jknowles@gmail.com"))
URL: https://github.com/zachmayer/caretEnsemble
BugReports: https://github.com/zachmayer/caretEnsemble/issues
Description: Functions for creating ensembles of caret models: caretList()
    and caretStack().  caretList() is a convenience function for fitting multiple
    caret::train() models to the same dataset. caretStack() will make linear or
    non-linear combinations of these models, using a caret::train() model as a
    meta-model, and caretEnsemble() will make a robust linear combination of
    models using a GLM.
Depends: R (>= 3.2.0)
Suggests: caTools, testthat, lintr, randomForest, glmnet, rpart,
        kernlab, nnet, e1071, ipred, pROC, knitr, mlbench, MASS, gbm,
        klaR, rmarkdown, usethis, sass
Imports: methods, pbapply, ggplot2, digest, plyr, lattice, gridExtra,
        data.table, caret
License: MIT + file LICENSE
VignetteBuilder: knitr
RoxygenNote: 7.2.3
LazyData: true
NeedsCompilation: no
Packaged: 2023-09-20 12:15:27 UTC; zach2
Author: Zachary A. Deane-Mayer [aut, cre],
  Jared E. Knowles [aut]
Maintainer: Zachary A. Deane-Mayer <zach.mayer@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-20 13:00:02 UTC
Built: R 4.2.0; ; 2023-09-21 11:38:45 UTC; unix
