# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "odin" in publications use:' type: software license: MIT title: 'odin: ODE Generation and Integration' version: 1.5.11 doi: 10.32614/CRAN.package.odin abstract: Generate systems of ordinary differential equations (ODE) and integrate them, using a domain specific language (DSL). The DSL uses R's syntax, but compiles to C in order to efficiently solve the system. A solver is not provided, but instead interfaces to the packages 'deSolve' and 'dde' are generated. With these, while solving the differential equations, no allocations are done and the calculations remain entirely in compiled code. Alternatively, a model can be transpiled to R for use in contexts where a C compiler is not present. After compilation, models can be inspected to return information about parameters and outputs, or intermediate values after calculations. 'odin' is not targeted at any particular domain and is suitable for any system that can be expressed primarily as mathematical expressions. Additional support is provided for working with delays (delay differential equations, DDE), using interpolated functions during interpolation, and for integrating quantities that represent arrays. authors: - family-names: FitzJohn given-names: Rich email: rich.fitzjohn@gmail.com repository: https://fastverse.r-universe.dev repository-code: https://github.com/mrc-ide/odin commit: a27f172ad11505c58353833f2e49905f34a0eec5 url: https://github.com/mrc-ide/odin contact: - family-names: FitzJohn given-names: Rich email: rich.fitzjohn@gmail.com