Releases: louisaslett/PhaseType
Releases · louisaslett/PhaseType
PhaseType 0.3.0
- 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)
PhaseType 0.2.0
This is a maintenance update in order to enable the package to be re-included on CRAN. This includes
- Removing external dependency on archived package 'HI', incorporating C code for ARMS directly
- Fixes for the new required behaviour on handling passing strings to Fortran (see https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Fortran-character-strings)
- Addition of required references to DESCRIPTION
- Removal of poor naming convention for variables in examples, and \donttest gating of some long-running examples
- Fixes to rogue cat rather than stop messages in non-interactive code
Otherwise, actual functionality remains unchanged from 0.1.3. This release is now live on CRAN.
PhaseType 0.1.3
This is the code status as at CRAN release prior to creation of this repository (now deprecated).