Changes in version 0.2.10 (2025-11-13) - Drop C++11 support to comply with CRAN requirements Changes in version 0.2.9 Bug fixes - Fixed missing package anchors in documentation files - Updated \link{Wave} references to properly link to tuneR::Wave class - All cross-package documentation links now comply with CRAN requirements Documentation - Enhanced README.md with comprehensive system requirements section - Added detailed installation instructions for system dependencies across different platforms (Windows, Linux, macOS) - Improved system dependency installation guidance for Ubuntu/Debian, CentOS/RHEL, Fedora, and macOS users Changes in version 0.2.8 (2022-02-08) - Support for R 4.2 Changes in version 0.2.7 (2021-10-14) - Fix broken web links. Changes in version 0.2.6 - Fix a warning in write_zc(). Reported by @abfleishman. - Fix autoconf deprecated function Changes in version 0.2.5 (2021-01-05) - Delete the code that is no longer maintained Changes in version 0.2.4 (2020-05-24) - Fix install failure on mac Changes in version 0.2.3 (2020-05-06) - Internal fixes - Fix plot_zc - Fix calculation of Hann window - Fix compiler warnings Changes in version 0.2.2 (2019-10-22) - Internal fixes - Fix clang warnings - Revert fix magnitude calculation Changes in version 0.2.1 (2019-08-20) - Internal fixes - Fix clang warnings - Fix gcc warnings Changes in version 0.2.0 (2019-02-08) - Update - threshold_detection gains one argument: max_TBE - threshold_detection TBE becomes min_TBE - blob_detection gains one argument: max_TBE - blob_detection TBE becomes min_TBE - New features - Add a metadata function - Extraction of GUANO metadata is now implemented! Changes in version 0.1.7 (2019-01-14) - Update - fspec gains one argument: to_dB - Internal fixes - Make sure we use GNU make Changes in version 0.1.6 (2018-11-26) - Internal fixes - Fix compiler flags - Fix magnitude calculation - Fix tutorial vignette - Update ZC metadata reader for ZC generated with new version of Kaleidoscope Changes in version 0.1.5 (2018-08-15) - Internal fixes - Fix an OpenMP failure with clang observed on CRAN's machine - Properly link the OpenMP library for both C and C++ compilers. - Add test to detect Solaris OS if CMake version < 3.6 Changes in version 0.1.4 (2018-08-09) - Link explicitly librt on Solaris - Improve configure script with better error messages - Upgrade libsoxr-lsr to 0.1.3.9000 Changes in version 0.1.3 (2018-08-04) - Add a tutorial (vignette) - Make the use of OpenMP conditional - Fix for Solaris Changes in version 0.1.2 (2018-06-09) - Automate fftw installation if a suitable version was not found - Fix installation on OSX - Fix overloads on Solaris Changes in version 0.1.1 (2018-05-11) - Minor bug fixes release Changes in version 0.1.0 (2018-05-03) - First release