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.6 |
Imports: | R6, deSolve |
Suggests: | knitr, rmarkdown, xtable, rootSolve |
Published: | 2020-06-02 |
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 |
Reference manual: | rodeo.pdf |
Vignettes: |
R package rodeo: Basic Use and Sample Applications |
Package source: | rodeo_0.7.6.tar.gz |
Windows binaries: | r-devel: rodeo_0.7.6.zip, r-release: rodeo_0.7.6.zip, r-oldrel: rodeo_0.7.6.zip |
macOS binaries: | r-release: rodeo_0.7.6.tgz, r-oldrel: rodeo_0.7.6.tgz |
Old sources: | rodeo archive |
Please use the canonical form https://CRAN.R-project.org/package=rodeo to link to this page.