Package: FFTrees Type: Package Title: Generate, Visualise, and Evaluate Fast-and-Frugal Decision Trees Version: 2.1.0.9001 Date: 2026-05-02 Authors@R: c(person("Nathaniel", "Phillips", role = c("aut"), email = "Nathaniel.D.Phillips.is@gmail.com", comment = c(ORCID = "0000-0002-8969-7013")), person("Hansjoerg", "Neth", role = c("aut", "cre"), email = "h.neth@uni.kn", comment = c(ORCID = "0000-0001-5427-3141")), person("Jan", "Woike", role = "aut", comment = c(ORCID = "0000-0002-6816-121X")), person("Wolfgang", "Gaissmaier", role = "aut", comment = c(ORCID = "0000-0001-6273-178X"))) Maintainer: Hansjoerg Neth Description: Create, visualize, and test fast-and-frugal decision trees (FFTs) using the algorithms and methods described by Phillips, Neth, Woike & Gaissmaier (2017), . FFTs are simple and transparent decision trees for solving binary classification problems. FFTs can be preferable to more complex algorithms because they require very little information, are easy to understand and communicate, and are robust against overfitting. LazyData: true Encoding: UTF-8 Depends: R(>= 3.5.0) Imports: caret, cli, dplyr, knitr, magrittr, scales, stringr, testthat, tibble Suggests: rmarkdown, spelling, tidyselect License: CC0 URL: https://CRAN.R-project.org/package=FFTrees, https://www.nathanieldphillips.co/FFTrees/ BugReports: https://github.com/ndphillips/FFTrees/issues VignetteBuilder: knitr RoxygenNote: 7.3.3 Language: en-US Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://ndphillips.r-universe.dev Date/Publication: 2026-05-02 13:05:19 UTC RemoteUrl: https://github.com/ndphillips/fftrees RemoteRef: HEAD RemoteSha: 6f2661874e408ea71e780d6c5882b5cdf4b61979 NeedsCompilation: no Packaged: 2026-07-04 19:37:50 UTC; root Author: Nathaniel Phillips [aut] (ORCID: ), Hansjoerg Neth [aut, cre] (ORCID: ), Jan Woike [aut] (ORCID: ), Wolfgang Gaissmaier [aut] (ORCID: )