Changes in version 0.3.0 - Added static version of outputs for boxplots. - Updated the installation method for the development version in the README. Changes in version 0.2.0 (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.md file to track changes to the package. Breaking changes - Removed arguments subject and channel from interactive_waveforms() and boxplot_epoch(), removed arguments epoch and channel from boxplot_subject(). - Removed arguments subject and sensor from outliers_epoch(). - compute_mean(): renamed argument group to domain (to distinguish it from the data column), removed arguments subject, channel, time, ex_epoch. Changes in version 0.1.0 (2025-09-23) - Initial release to CRAN.