Package: FFTrees
Type: Package
Title: Generate, Visualise, and Compare Fast and Frugal Decision Trees
Version: 1.1.4
Date: 2016-08-23
Authors@R: person("Nathaniel", "Phillips", email = "Nathaniel.D.Phillips.is@gmail.com",
                  role = c("aut", "cre"))
Maintainer: Nathaniel Phillips <Nathaniel.D.Phillips.is@gmail.com>
Description: Contains several functions that allow you
    to create, visualise, and test Fast and Frugal Trees (FFTrees). FFTrees 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). FFTrees can be preferable to more complex algorithms (such as
    logistic regression) because they are easy to communicate and implement, and are
    robust against noisy data.
LazyData: TRUE
Depends: R(>= 2.10)
Imports: rpart, MASS, circlize, graphics
License: CC0
BugReports: https://github.com/ndphillips/FFTrees/issues
RoxygenNote: 5.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-08-23 11:21:25 UTC; nphillips
Author: Nathaniel Phillips [aut, cre]
Repository: CRAN
Date/Publication: 2016-08-23 15:25:03
