Package: caret
Version: 6.0-88
Title: Classification and Regression Training
Authors@R: c(
  person("Max", "Kuhn", role = c("aut", "cre"), email = "mxkuhn@gmail.com"),
  person("Jed", "Wing", role = "ctb"),
	person("Steve", "Weston", role = "ctb"),
	person("Andre", "Williams", role = "ctb"),
	person("Chris", "Keefer", role = "ctb"),
	person("Allan", "Engelhardt", role = "ctb"),
	person("Tony", "Cooper", role = "ctb"),
	person("Zachary", "Mayer", role = "ctb"),
	person("Brenton", "Kenkel", role = "ctb"),
	person("R Core Team", role = "ctb"),
	person("Michael", "Benesty", role = "ctb"),
	person("Reynald", "Lescarbeau", role = "ctb"),
	person("Andrew", "Ziem", role = "ctb"),
	person("Luca", "Scrucca", role = "ctb"),
	person("Yuan", "Tang", role = "ctb"),
	person("Can", "Candan", role = "ctb"),
	person("Tyler", "Hunt", role = "ctb")
    )
Description: Misc functions for training and plotting classification and
    regression models.
Depends: R (>= 3.2.0), lattice (>= 0.20), ggplot2
URL: https://github.com/topepo/caret/
BugReports: https://github.com/topepo/caret/issues
Imports: foreach, methods, plyr, ModelMetrics (>= 1.2.2.2), nlme,
        reshape2, stats, stats4, utils, grDevices, recipes (>= 0.1.10),
        withr (>= 2.0.0), pROC,
Suggests: BradleyTerry2, e1071, earth (>= 2.2-3), fastICA, gam (>=
        1.15), ipred, kernlab, knitr, klaR, MASS, ellipse, Matrix, mda,
        mgcv, mlbench, MLmetrics, nnet, party (>= 0.9-99992), pls,
        proxy, randomForest, RANN, rmarkdown, spls, subselect, pamr,
        superpc, Cubist, testthat (>= 0.9.1), rpart, dplyr, covr
License: GPL (>= 2)
RoxygenNote: 7.1.1.9001
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2021-05-14 19:10:42 UTC; max
Author: Max Kuhn [aut, cre],
  Jed Wing [ctb],
  Steve Weston [ctb],
  Andre Williams [ctb],
  Chris Keefer [ctb],
  Allan Engelhardt [ctb],
  Tony Cooper [ctb],
  Zachary Mayer [ctb],
  Brenton Kenkel [ctb],
  R Core Team [ctb],
  Michael Benesty [ctb],
  Reynald Lescarbeau [ctb],
  Andrew Ziem [ctb],
  Luca Scrucca [ctb],
  Yuan Tang [ctb],
  Can Candan [ctb],
  Tyler Hunt [ctb]
Maintainer: Max Kuhn <mxkuhn@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-15 06:20:29 UTC
