# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "dde" in publications use:' type: software license: MIT title: 'dde: Solve Delay Differential Equations' version: 1.0.7 doi: 10.32614/CRAN.package.dde abstract: 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. authors: - family-names: FitzJohn given-names: Rich email: rich.fitzjohn@gmail.com - family-names: Hinsley given-names: Wes repository: https://mrc-ide.r-universe.dev repository-code: https://github.com/mrc-ide/dde commit: 1df1c01cfe058f60b81b454dda314c176b6c49d0 url: https://github.com/mrc-ide/dde contact: - family-names: FitzJohn given-names: Rich email: rich.fitzjohn@gmail.com