Changes in version 0.3.9 (2023-01-19) - Changed iszero() to isequal2zero() as iszero() is being pre-defined as macro - Changed all calls to sprintf() in the C code to snprintf(), as sprintf() is deprecated - Corrected all function declarations and function definitions without prototype, which is deprecated in all versions of C Changes in version 0.3.8 (2022-04-08) - Changed the calls to the Lapack routines dgetrf, dgecon and dgesvx to correctly pass string from C to Fortran following ‘Writing R Extensions’ §6.6.1 Changes in version 0.3.7 (2021-12-06) - Corrected implementation issues that arose from the use of the new Windows UCRT toolchain. Changes in version 0.3.6 - Wrapped the last parts of PSPMequi.R, PSPMecodyn.R and PSPMdemo.R that read in the data from file in a call to suspendInterrupts({}), such that these routines return data even when the user hits Ctrl-C - Added command-line arguments 'minvals' and 'maxvals' to PSPMequi to provide bounds to the solution variables at which computations should stop Changes in version 0.3.5 - Corrected access issues that occurred using gcc11 Changes in version 0.3.4 (2020-10-13) - Corrected all "Format overflow" and "may be uninitialized" error messages in the code that showed up using gcc (from Rtools) on Windows Changes in version 0.3.3 - Added a C as well as an R implementation of another example model (Salmon.h and Salmon.h), used in the publication on PSPManalysis - Added more informative output messages of computations in case no output was generated - removed the compiler directive "-Wno-format-overflow" from buildSO.R and PSPMecodyn.R as this one is unknown to the clang compiler - csbread() now returns a list of states when the state argument is of the form "State-4.0" and the value 4.0 occurs more than once in the CSB file Changes in version 0.3.2 (2020-09-14) - Corrected return statements without () in PSPMecodyn.R and PSPMevodyn.R as reported on the CRAN results pages for fedora-clang and fedora-gcc. - Adapted the building process of the compiled module in buildSO.R and PSPMecodyn.R to deal with situations in which the current working directory is not the directory in which the model files are stored Changes in version 0.3.1 - Updated to version 0.3.1 - Changed compilation command to work with R 4.0.0 under Windows - Added the manual in bookdown format as a ZIP file Changes in version 0.3.0 - Changed the manual to the bookdown version that can be opened in the Rstudio viewer