FFTrees v1.8.0
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 ofobject
inFFTrees()
. -
Enabled setting
goal = 'dprime'
to select FFTs inFFTrees()
. -
Added and improved user feedback (when
quiet = FALSE
).
Minor changes
-
Plotting FFTs with
plot.FFTrees()
:- Show
n.per.icon
legend whenwhat = 'icontree'
. - Bug fix: Removed clipping of titles and labels.
- Tweaked spacing parameters.
- Show
-
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.