Changes in version 0.3.0 (2024-09-14) o Fix requested by CRAN to change Calloc and Free C calls to use R_ versions, so that STRICT_R_HEADERS=1 compiles ok (to be default from R 4.5.0) Changes in version 0.2.0 (2022-12-02) o Multiple fixes to enable reinclusion on CRAN. o In particular dependence on archived HI package removed by bringing in C code for ARMS originally written by Wally Gilks, with updates by Louis Aslett to pass strict warning and CRAN checks. Previously this code was accessed via the HI package. o Updates to Fortran BLAS/LAPACK calls to satisfy new string passing requirements which will be mandatory from R 4.3.0, per documentation at: https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Fortran-character-strings Changes in version 0.1.3 (2012-10-16) o Added ability to have constant multiple of parameters in the generator matrix for phtMCMC2(). o Improved numerical stability of ECS method in phtMCMC2(). o Added extra parameter correctness checks to all functions. o Corrected some errors in citations. Changes in version 0.1.2 (2012-09-07) o Minor fix due to updated ggplot2 package. Changes in version 0.1.1 (2012-08-23) o Minor fix because of incorrect calls into private R API. Changes in version 0.1.0 (2011-10-12) o First public release o phtMCMC() function for Bayesian inference on dense CTMC generator o phtMCMC2() function for Bayesian inference on structured CTMC generator