Changes in version 2025.7.23 o Change to in src/*.cpp files, to emphasize portability. o Remove broken bozeman URL from eln.Rd. Changes in version 2023.8.28 (2023-09-05) o Convert NEWS. o Use Suggests conditionally. Changes in version 2022.1.25 (2022-01-27) o Use #include in src/*.cpp files instead of to avoid g++ compilation warnings such as "violates the C++ One Definition Rule [-Wodr]" on CRAN LTO Additional check. Note that most src/*.cpp files are still portable, you would just need to change back to (no Rcpp data types used). Changes in version 2022.1.18 (2022-01-19) o Set ARMA_DONT_PRINT_ERRORS in src/*.cpp files to avoid win-builder NOTE Found '_ZSt4cerr', possibly from 'std::cerr' (C++). Changes in version 2021.10.26 o Vignettes: compare_depmixS4, multiple_sequences. Changes in version 2021.10.18 o New functions multiply, pairwise, transition, viterbi. o Transition and initial probability parameter arguments are now in log space, to avoid underflow. Changes in version 2021.10.15 o Initial version with forward and backward algorithms.