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.9.2 | 
| Imports: | R6, deSolve, readxl | 
| Suggests: | knitr, rmarkdown, xtable, rootSolve | 
| Published: | 2025-09-30 | 
| DOI: | 10.32614/CRAN.package.rodeo | 
| Author: | David Kneis [cre, aut] | 
| 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: | no | 
| 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.html , rodeo.pdf | 
| Vignettes: | R package rodeo: Basic Use and Sample Applications (source, R code) | 
| Package source: | rodeo_0.9.2.tar.gz | 
| Windows binaries: | r-devel: rodeo_0.9.2.zip, r-release: rodeo_0.9.2.zip, r-oldrel: rodeo_0.9.2.zip | 
| macOS binaries: | r-release (arm64): rodeo_0.9.2.tgz, r-oldrel (arm64): rodeo_0.9.2.tgz, r-release (x86_64): rodeo_0.9.2.tgz, r-oldrel (x86_64): rodeo_0.9.2.tgz | 
| Old sources: | rodeo archive | 
Please use the canonical form https://CRAN.R-project.org/package=rodeo to link to this page.