Package: LDATree
Title: Classification Trees with Linear Discriminant Analysis at
        Terminal Nodes
Version: 0.1.0
Authors@R: 
    person("Siyu", "Wang", , "swang739@wisc.edu", role = c("cre", "aut", "cph"),
           comment = c(ORCID = "0009-0005-2098-7089"))
Description: A classification tree method that uses LDA (Linear
    Discriminant Analysis) for variable selection, split determination,
    and model fitting in terminal nodes.  It automatically handles missing
    values and offers visualization tools.
License: MIT + file LICENSE
URL: https://github.com/Moran79/LDATree,
        http://iamwangsiyu.com/LDATree/
BugReports: https://github.com/Moran79/LDATree/issues
Imports: ggplot2, lifecycle, magrittr, scales, stats, visNetwork
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-08-21 17:37:52 UTC; moran
Author: Siyu Wang [cre, aut, cph] (<https://orcid.org/0009-0005-2098-7089>)
Maintainer: Siyu Wang <swang739@wisc.edu>
Repository: CRAN
Date/Publication: 2023-08-22 16:00:11 UTC
