Package: discrim
Title: Model Wrappers for Discriminant Analysis
Version: 0.2.0
Authors@R: 
    c(person(given = "Max",
             family = "Kuhn",
             role = c("aut", "cre"),
             email = "max@rstudio.com",
             comment = c(ORCID = "0000-0003-2402-136X")),
      person(given = "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: MIT + file LICENSE
URL: https://discrim.tidymodels.org/
BugReports: https://github.com/tidymodels/discrim/issues
Depends: parsnip (>= 0.2.0), R (>= 2.10)
Imports: dials, purrr, rlang, tibble, withr
Suggests: covr, dplyr, earth, ggplot2, klaR, MASS, mda, mlbench,
        modeldata, naivebayes, sda, sparsediscrim (>= 0.3.0), spelling,
        testthat, xml2
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-03-09 13:20:37 UTC; max
Author: Max Kuhn [aut, cre] (<https://orcid.org/0000-0003-2402-136X>),
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2022-03-09 14:20:02 UTC
Built: R 4.0.5; ; 2022-03-10 12:00:09 UTC; unix
