Skip to content

FFTrees v1.8.0

Compare
Choose a tag to compare
@hneth hneth released this 06 Jan 09:26
· 1036 commits to master since this release
4bc0670

FFTrees version 1.8.0 was released on CRAN [on 2023-01-06].
This version mostly extends and improves existing functionality.

Changes since last release:

Major changes

  • Enabled manually defining FFTs with tree.definitions or using FFTs of object in FFTrees().

  • Enabled setting goal = 'dprime' to select FFTs in FFTrees().

  • Added and improved user feedback (when quiet = FALSE).

Minor changes

  • Plotting FFTs with plot.FFTrees():

    • Show n.per.icon legend when what = 'icontree'.
    • Bug fix: Removed clipping of titles and labels.
    • Tweaked spacing parameters.
  • Trimmed white space from elements in tree definitions (in fftrees_apply.R).

  • Added check that cues occur in current data (in verify_all_cues_in_data()).

Details

  • Removed anova from stats imports.
  • Replaced expect_is() by more precise testthat inheritance functions.
  • Replaced crayon package by cli package.
  • Revised documentation and vignettes.
  • Fixed bugs and revised code to increase robustness.

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