Package: caretEnsemble Type: Package Title: Ensembles of Caret Models Version: 4.0.2 Date: 2026-05-28 Authors@R: c(person(c("Zachary", "A."), "Deane-Mayer", role = c("aut", "cre", "cph"), email = "zach.mayer@gmail.com"), person(c("Jared", "E.", "Knowles"), role="ctb", email="jknowles@gmail.com"), person("Antón", "López", role="ctb", email="anton.gomez.lopez@rai.usc.es") ) URL: http://zachmayer.github.io/caretEnsemble/, 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. Depends: R (>= 4.1.0) Suggests: MASS, caTools, covr, earth, gbm, glmnet, klaR, knitr, lintr, mgcv, mlbench, nnet, randomForest, rmarkdown, rhub, rpart, spelling, testthat, usethis, devtools, roxygen2, xml2, htmltools, DT, pkgdown, rcmdcheck, cyclocomp Imports: caret, data.table, ggplot2, lattice, methods, patchwork, pbapply, rlang License: MIT + file LICENSE VignetteBuilder: knitr RoxygenNote: 7.3.3 LazyData: true Language: en-US Encoding: UTF-8 Config/pak/sysreqs: libicu-dev Repository: https://zachmayer.r-universe.dev Date/Publication: 2026-06-22 08:28:34 UTC RemoteUrl: https://github.com/zachmayer/caretensemble RemoteRef: HEAD RemoteSha: eefb055bf26c016eb829a6871938c098d356a01f NeedsCompilation: no Packaged: 2026-06-22 09:50:24 UTC; root Author: Zachary A. Deane-Mayer [aut, cre, cph], Jared E. Knowles [ctb], Antón López [ctb] Maintainer: Zachary A. Deane-Mayer