
Changelog
diegr 0.2.0
CRAN release: 2026-01-24
- Added support for multiple conditions and groups in the input data to improve flexibility and generality.
- Added the option to calculate the weighted mean in
compute_mean(). - Added functions for summary statistics computation.
- Improved code readability through the use of internal helper functions.
- Internal refactoring of source files.
- Fixed sensor order in animations and average plotting in
interactive_waveforms(). - Added a
NEWS.mdfile to track changes to the package.
Breaking changes
- Removed arguments
subjectandchannelfrominteractive_waveforms()andboxplot_epoch(), removed argumentsepochandchannelfromboxplot_subject(). - Removed arguments
subjectandsensorfromoutliers_epoch(). -
compute_mean(): renamed argumentgrouptodomain(to distinguish it from the data column), removed argumentssubject,channel,time,ex_epoch.