rodeo: A Code Generator for ODE-Based Models
Provides an R6 class and several utility methods to
facilitate the implementation of models based on ordinary
differential equations. The heart of the package is a code generator
that creates compiled 'Fortran' (or 'R') code which can be passed to
a numerical solver. There is direct support for solvers contained
in packages 'deSolve' and 'rootSolve'.
Version: |
0.7.7 |
Imports: |
R6, deSolve |
Suggests: |
knitr, rmarkdown, xtable, rootSolve |
Published: |
2021-03-27 |
Author: |
David Kneis |
Maintainer: |
David Kneis <david.kneis at tu-dresden.de> |
License: |
GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: |
https://github.com/dkneis/rodeo |
NeedsCompilation: |
yes |
SystemRequirements: |
The tools to run 'R CMD SHLIB' on 'Fortran' code.
The used 'Fortran' compiler must support pointer initialization
which is a feature of the 2008 standard. The compiler from
Oracle Developer Studio 12.6 on Solaris 10 currently does not
meet this requirement. |
Materials: |
README |
In views: |
DifferentialEquations |
CRAN checks: |
rodeo results |
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=rodeo
to link to this page.