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.8.2 |
Imports: | R6, deSolve, readxl, readODS |
Suggests: | knitr, rmarkdown, xtable, rootSolve |
Published: | 2024-07-08 |
DOI: | 10.32614/CRAN.package.rodeo |
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. |
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.8.2.tar.gz |
Windows binaries: | r-devel: rodeo_0.8.2.zip, r-release: rodeo_0.8.2.zip, r-oldrel: rodeo_0.8.2.zip |
macOS binaries: | r-release (arm64): rodeo_0.8.2.tgz, r-oldrel (arm64): rodeo_0.8.2.tgz, r-release (x86_64): rodeo_0.8.2.tgz, r-oldrel (x86_64): rodeo_0.8.2.tgz |
Old sources: | rodeo archive |
Please use the canonical form https://CRAN.R-project.org/package=rodeo to link to this page.