Changes in version 1.0.2.9000 Bug fixes - Increase the tolerance level used when checking the arguments/parameters so that no issues are generated by the CRAN Package Check Issue Kinds "noLD". Previously, the epsilon/tolerance was .Machine$double.eps, now it is sqrt(.Machine$double.eps). Changes in version 1.0.2 (2021-03-17) Bug fixes - Remove a bad argument check of the transition matrix ptrans in the S3 class mm: when the order of the Markov model is k = 1, we checked if all diagonal elements of the transition matrix ptrans was 0 (transition to the same states were impossible). Minor Improvements - Add more examples in the documentation. Changes in version 1.0.1 (2021-03-09) Minor Improvements - Added a NEWS.md file to track changes to the package. - Remove Depends field in DESCRIPTION file. Bug fixes - For initial distribution, transition matrices and conditional sojourn time distributions, we allow the fact that the sum of the probabilities may not be equal to 1 exactly due to round-off errors (we introduce .Machine$double.eps).