Changes in version 1.12 (2025-10-06) - Change arma::is_finite() to std::isfinite() after Armadillo update - Require >= 3 observations per track in prepData (to have one turning angle) Changes in version 1.11 (2025-06-23) - Add built-in functions for von Mises and wrapped Cauchy distributions (to remove dependence on CircStats, as requested by CRAN): dvm, rvm, dwrpcauchy, rwrpcauchy. Changes in version 1.10 (2025-04-07) - Add splitAtGaps function