Package: discrim
Title: Model Wrappers for Discriminant Analysis
Version: 1.0.2
Authors@R: c(
    person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0679-1945")),
    person("Max", "Kuhn", , "max@posit.co", role = "aut",
           comment = c(ORCID = "0000-0003-2402-136X")),
    person("Posit Software, PBC", role = c("cph", "fnd"),
           comment = c(ROR = "03wc8by49"))
  )
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://github.com/tidymodels/discrim,
        https://discrim.tidymodels.org/
BugReports: https://github.com/tidymodels/discrim/issues
Depends: parsnip (>= 0.2.0), R (>= 4.1)
Imports: dials, rlang, stats, tibble, withr
Suggests: covr, dplyr, earth, ggplot2, hardhat, klaR, knitr, MASS, mda,
        mlbench, modeldata, naivebayes, rmarkdown, sda, sparsediscrim
        (>= 0.3.0), spelling, testthat (>= 3.0.0), xml2
Config/Needs/website: tidymodels/tidymodels, tidyverse/tidytemplate
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2025-04-24
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-08-23 02:23:25 UTC; emilhvitfeldt
Author: Emil Hvitfeldt [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0679-1945>),
  Max Kuhn [aut] (ORCID: <https://orcid.org/0000-0003-2402-136X>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Emil Hvitfeldt <emil.hvitfeldt@posit.co>
Repository: CRAN
Date/Publication: 2025-08-23 02:50:02 UTC
Built: R 4.6.0; ; 2025-08-26 01:18:59 UTC; unix
