Releases: victor-navarro/calmr
Releases · victor-navarro/calmr
calmr 0.8.1
- Minor patch for ggplot2 v4.0.0 compatibility.
calmr 0.7.0
- Corrected some issues in directional models.
- Created a vignette to expose the behaviour of directional models.
- Removed randomization column requirement from designs. Randomization of phases is now specified using the "!" character anywhere in the phase string. Using the old format throws a deprecation warning.
- Added support for seed experiment generation in
make_experiment()
. - Added
set_calmr_palette()
function to control the colour/fill scales used to plot results (#1). - Added
filter()
method forCalmrExperiment
class that allows filtering of aggregated data (#1). - Fixed bug in
make_experiment()
that was triggered by empty phases and no miniblocks. - Changed
get_timings()
to require a specific model name. - Added vignette for TD model.