Recent Releases of PBSddesolve
PBSddesolve - v1.11
- Changed
yout1$ttoyout1$timeandyout2$ttoyout2$timeinicePlotto eliminate partial matching warnings. (RH 140514)
Also changedx$' tox$timein blowflies examplerunPlot; disallowed A0<=0 by setting to GT0(A0) if needed. - Fixed overflow of
otimeswithin dde(...). (NB 140509)
valgrind identified an invalid read withindde(...): the arrayotimeswas being overflowed by one element. This commit fixes that overflow and another potential problem that would occur ifotimesever had a length of 0, which is a possibility mentioned in the function startDDE(...) of PBSddesolve.c. - Removed deprecated partial matching in example code. (NB 140509)
The example code used partial matching when accessing the data frame, i.e.,yout$tto accesstime. This feature has been deprecated and now produces a warning. - JTS requested that RH becomes the package Maintainer. (RH 140327)
- Bumped up version for next posting to CRAN using builds under R-3.0.3 (RH 140320)
- C
Published by boersn about 11 years ago