Changes in version 1.0.5 MINOR IMPROVEMENTS - split_acoustic_data() returns the name and duration of files with a duration less than the specified clip duration Changes in version 1.0.4 (2025-10-22) MINOR IMPROVEMENTS - 'overwrite' argument added to split_acoustic_data() to allow overwriting existing files Changes in version 1.0.3 (2025-07-22) NEW FEATURES - New function reassemble_detection() to reassembles detections made on clips so they refer to the original sound files MINOR IMPROVEMENTS - Update names of functions from package warbleR those in latest versions - Replace sapply() with vapply() - Fix bug when true positive are set to false positives based on solving ambiguous detection using maximum bipartite graph matching Changes in version 1.0.2 (2024-08-19) Update requested by CRAN. Changes in version 1.0.1 (2023-11-17) Update requested by CRAN. Changes in version 1.0.0 (2023-09-23) NEW FEATURES - New function plot_detection() to visually inspect detections MINOR IMPROVEMENTS - sp package replaced by sf - Replace sapply() with vapply() - performance indices name changes: split.positives to splits, merged.positives to merges, proportional.overlap.to.true.positives to overlap and f1.score to f.score - label_detection() renamed consensus_detection() Changes in version 0.1.0 (2022-12-19) NEW FEATURES - released to CRAN