Package: discrim Title: Model Wrappers for Discriminant Analysis Version: 1.1.0.9000 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) ), regularized (Friedman (1989) ), and flexible (Hastie, Tibshirani, and Buja (1994) ), as well as naive Bayes classifiers (Hand and Yu (2007) ). 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2026-04-14 13:44:36 UTC RemoteUrl: https://github.com/tidymodels/discrim RemoteRef: HEAD RemoteSha: a4ecf1f306c42c0dc47715d9b5998f51265a2839 NeedsCompilation: no Packaged: 2026-06-22 22:12:05 UTC; root Author: Emil Hvitfeldt [aut, cre] (ORCID: ), Max Kuhn [aut] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Emil Hvitfeldt