Recent Releases of PBSddesolve

PBSddesolve - v1.13.4

Published on CRAN ~ Jan 10, 2024

- C
Published by haighr over 2 years ago

PBSddesolve - v1.11

  • Changed yout1$t to yout1$time and yout2$t to yout2$time in icePlot to eliminate partial matching warnings. (RH 140514)
    Also changed x$' to x$time in blowflies example runPlot; disallowed A0<=0 by setting to GT0(A0) if needed.
  • Fixed overflow of otimes within dde(...). (NB 140509)
    valgrind identified an invalid read within dde(...): the array otimes was being overflowed by one element. This commit fixes that overflow and another potential problem that would occur if otimes ever 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$t to access time. 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