Package: FFTrees
Type: Package
Title: Generate, Visualise, and Evaluate Fast-and-Frugal Decision Trees
Version: 1.3.2
Date: 2017-6-28
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
    classifying cases (i.e.; breast cancer patients) into one of two classes (e.g.;
    no cancer vs. true cancer) based on a small number of cues (e.g.; test results). 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(>= 2.10)
Imports: rpart, yarrr, MASS, circlize, mlbench, parallel, graphics,
        randomForest, igraph, e1071, glmnet,stringr,progress
License: CC0
BugReports: https://github.com/ndphillips/FFTrees/issues
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-06-28 08:29:09 UTC; nphillips
Author: Nathaniel Phillips [aut, cre],
  Hansjoerg Neth [aut],
  Jan Woike [aut],
  Wolfgang Gaissmaer [aut]
Repository: CRAN
Date/Publication: 2017-06-28 16:01:39 UTC
