Package: FFTrees
Type: Package
Title: Generate, Visualise, and Evaluate Fast-and-Frugal Decision Trees
Version: 1.5.5
Date: 2020-06-07
Authors@R: c(person("Nathaniel", "Phillips", role = c("aut", "cre"),
                     email = "Nathaniel.D.Phillips.is@gmail.com"),
              person("Hansjoerg", "Neth", role = "aut"),
              person("Jan", "Woike", role = "aut"),
              person("Wolfgang", "Gaissmaer", role = "aut"))
Maintainer: Nathaniel Phillips <Nathaniel.D.Phillips.is@gmail.com>
Description: Create, visualize, and test fast-and-frugal decision trees (FFTs). FFTs are very simple decision trees for
    binary classification problems. FFTs can be preferable to more complex algorithms because they are easy to communicate, 
    require very little information, and are robust against overfitting.
LazyData: TRUE
Depends: R(>= 3.5.0)
Imports: rpart, circlize, parallel, graphics, randomForest, igraph,
        e1071, crayon, scales, tibble, stringr, progress, pROC, caret,
        dplyr, testthat, magrittr, tidyselect
License: CC0
BugReports: https://github.com/ndphillips/FFTrees/issues
RoxygenNote: 7.1.0
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-06-08 14:09:25 UTC; nathaniel.phillips
Author: Nathaniel Phillips [aut, cre],
  Hansjoerg Neth [aut],
  Jan Woike [aut],
  Wolfgang Gaissmaer [aut]
Repository: CRAN
Date/Publication: 2020-06-08 15:00:24 UTC
