NEWS
plotHMM 2023.8.28 (2023-09-05)
- Convert NEWS.
- Use Suggests conditionally.
plotHMM 2022.1.25 (2022-01-27)
- Use #include RcppArmadillo.h in src/*.cpp files instead of armadillo 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 armadillo (no Rcpp data types used).
plotHMM 2022.1.18 (2022-01-19)
- Set ARMA_DONT_PRINT_ERRORS in src/*.cpp files to avoid win-builder NOTE Found '_ZSt4cerr', possibly from 'std::cerr' (C++).
plotHMM 2021.10.26
- Vignettes: compare_depmixS4, multiple_sequences.
plotHMM 2021.10.18
- New functions multiply, pairwise, transition, viterbi.
- Transition and initial probability parameter arguments are now in log space, to avoid underflow.
plotHMM 2021.10.15
- Initial version with forward and backward algorithms.