<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>ODE Generation and Integration</dc:title>
  <dc:title>R package odin version 1.2.7</dc:title>
  <dc:subject>CRAN Task View: DifferentialEquations (https://CRAN.R-project.org/view=DifferentialEquations)</dc:subject>
  <dc:subject>CRAN Task View: Epidemiology (https://CRAN.R-project.org/view=Epidemiology)</dc:subject>
  <dc:description>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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Imports: R6, cinterpolate (&gt;= 1.0.0), deSolve, digest, glue, jsonlite,
ring, withr</dc:relation>
  <dc:relation>Suggests: dde (&gt;= 1.0.0), jsonvalidate (&gt;= 1.1.0), knitr, mockery,
pkgbuild, pkgload, rlang, rmarkdown, testthat</dc:relation>
  <dc:creator>Rich FitzJohn &lt;rich.fitzjohn@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Rich FitzJohn [aut, cre],
  Thibaut Jombart [ctb],
  Imperial College of Science, Technology and Medicine [cph]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=odin/LICENSE)</dc:rights>
  <dc:date>2025-02-07</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=odin</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.odin</dc:identifier>
  <dc:language>en-GB</dc:language>
</oai_dc:dc>
