Package: dde Title: Solve Delay Differential Equations Version: 1.0.7 Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), email = "rich.fitzjohn@gmail.com"), person("Wes", "Hinsley", role = "aut"), person("Imperial College of Science, Technology and Medicine", role = "cph")) Description: Solves ordinary and delay differential equations, where the objective function is written in either R or C. Suitable only for non-stiff equations, the solver uses a 'Dormand-Prince' method that allows interpolation of the solution at any point. This approach is as described by Hairer, Norsett and Wanner (1993) . Support is also included for iterating difference equations. License: MIT + file LICENSE URL: https://github.com/mrc-ide/dde BugReports: https://github.com/mrc-ide/dde/issues Depends: R (>= 3.1.0) LinkingTo: ring (>= 1.0.6) Suggests: deSolve, knitr, microbenchmark, rmarkdown, testthat RoxygenNote: 7.1.1 Roxygen: list(old_usage = TRUE) VignetteBuilder: knitr Encoding: UTF-8 Language: en-GB Repository: https://ncov-ic.r-universe.dev Date/Publication: 2024-09-23 20:14:13 UTC RemoteUrl: https://github.com/mrc-ide/dde RemoteRef: master RemoteSha: 1df1c01cfe058f60b81b454dda314c176b6c49d0 NeedsCompilation: yes Packaged: 2026-06-24 02:33:54 UTC; root Author: Rich FitzJohn [aut, cre], Wes Hinsley [aut], Imperial College of Science, Technology and Medicine [cph] Maintainer: Rich FitzJohn