Skip to content

Commit

Permalink
Merge pull request #203 from hneth/master
Browse files Browse the repository at this point in the history
Package maintenance
  • Loading branch information
hneth committed Aug 23, 2023
2 parents a97491b + 127d908 commit 9ef805e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: FFTrees
Type: Package
Title: Generate, Visualise, and Evaluate Fast-and-Frugal Decision Trees
Version: 2.0.0.9008
Date: 2023-08-15
Version: 2.0.0.9009
Date: 2023-08-23
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")),
Expand Down
10 changes: 6 additions & 4 deletions NEWS.md
@@ -1,7 +1,7 @@

# FFTrees 2.0

## 2.0.0.9007
## 2.0.0.9009

<!-- **FFTrees** version 2.0.0 was released [on CRAN](https://CRAN.R-project.org/package=FFTrees) [on 2023-06-06]. -->

Expand All @@ -20,7 +20,7 @@ Changes since last release:

<!-- Topic -->

- Adding support for handling NA values.
- Added support for handling NA values.


<!-- Minor: -->
Expand All @@ -38,14 +38,16 @@ Changes since last release:

<!-- Topic -->

- None yet.
- Added `@aliases FFTrees-package` to documentation main `FFTrees()` function. <!-- due to <https://github.com/r-lib/roxygen2/issues/1491> -->


<!-- Development version: -->

The current development version of **FFTrees** is available at <https://github.com/ndphillips/FFTrees>.


------

<!-- Older versions: -->

## 2.0.0
Expand Down Expand Up @@ -522,6 +524,6 @@ Thus, the main tree building function is now `FFTrees()` and the new tree object

------

[File `NEWS.md` last updated on 2023-07-07.]
[File `NEWS.md` last updated on 2023-08-23.]

<!-- eof. -->
2 changes: 2 additions & 0 deletions R/FFTrees.R
Expand Up @@ -179,6 +179,8 @@
#' # Plot the (pretty bad) custom tree:
#' plot(custom.fft)
#'
#' @aliases FFTrees-package
#'
#' @seealso
#' \code{\link{print.FFTrees}} for printing FFTs;
#' \code{\link{plot.FFTrees}} for plotting FFTs;
Expand Down
3 changes: 3 additions & 0 deletions README.Rmd
Expand Up @@ -40,11 +40,13 @@ url_JDM_doi <- "https://doi.org/10.1017/S1930297500006239"
[![R-CMD-check](https://github.com/ndphillips/FFTrees/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ndphillips/FFTrees/actions/workflows/R-CMD-check.yaml)
<!-- Devel badges end. -->


<!-- Release badges start: -->
<!-- [![CRAN status](https://www.r-pkg.org/badges/version/FFTrees)](https://CRAN.R-project.org/package=FFTrees) -->
<!-- [![Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/FFTrees?color='00a9e0')](https://www.r-pkg.org/pkg/FFTrees) -->
<!-- Release badges end. -->


<!-- ALL badges start: -->
<!-- [![CRAN status](https://www.r-pkg.org/badges/version/FFTrees)](https://CRAN.R-project.org/package=FFTrees) -->
<!-- [![Build Status](https://travis-ci.org/ndphillips/FFTrees.svg?branch=master)](https://travis-ci.org/ndphillips/FFTrees) -->
Expand All @@ -54,6 +56,7 @@ url_JDM_doi <- "https://doi.org/10.1017/S1930297500006239"
<!-- ALL badges end. -->



<!-- Pkg goal: -->

The R package **FFTrees** creates, visualizes and evaluates _fast-and-frugal decision trees_ (FFTs) for solving binary classification tasks, using the algorithms and methods described in Phillips, Neth, Woike & Gaissmaier (2017, doi\ [10.1017/S1930297500006239](`r url_JDM_doi`) | [html](`r url_JDM_html`) | [PDF](`r url_JDM_pdf`)).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@
<!-- README.md is generated from README.Rmd. Please only edit the .Rmd file! -->
<!-- Title, version and logo: -->

# FFTrees 2.0.0.9008 <img src = "./inst/FFTrees_Logo.jpg" align = "right" alt = "FFTrees" width = "225" />
# FFTrees 2.0.0.9009 <img src = "./inst/FFTrees_Logo.jpg" align = "right" alt = "FFTrees" width = "225" />

<!-- Devel badges start: -->

Expand Down Expand Up @@ -343,6 +343,6 @@ Examples include:

------------------------------------------------------------------------

\[File `README.Rmd` last updated on 2023-08-15.\]
\[File `README.Rmd` last updated on 2023-08-23.\]

<!-- eof. -->
1 change: 1 addition & 0 deletions man/FFTrees.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ef805e

Please sign in to comment.