Package: discrim
Title: Model Wrappers for Discriminant Analysis
Version: 0.0.1
Authors@R: c(
    person(given = "Max", family = "Kuhn", email = "max@rstudio.com", role = c("aut", "cre")),
    person("RStudio", role = "cph")
    )
Description: Bindings for additional classification models for use with the 
    'parsnip' package. Models include flavors of discriminant analysis, such as 
    linear (Fisher (1936) <doi:10.1111/j.1469-1809.1936.tb02137.x>), regularized 
    (Friedman (1989) <doi:10.1080/01621459.1989.10478752>), and flexible 
    (Hastie, Tibshirani, and Buja (1994) <doi:10.1080/01621459.1994.10476866>), 
    as well as naive Bayes classifiers (Hand and Yu (2007) 
    <doi:10.1111/j.1751-5823.2001.tb00465.x>). 
License: GPL-2
Depends: parsnip, R (>= 2.10)
Imports: purrr, rlang, tibble, withr, dials
Suggests: testthat, MASS, mda, klaR, earth, mlbench, covr, ggplot2,
        xml2, spelling
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Language: en-US
NeedsCompilation: no
Packaged: 2019-10-10 16:56:57 UTC; max
Author: Max Kuhn [aut, cre],
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2019-10-11 12:10:02 UTC
