The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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.8
Imports: R6, deSolve
Suggests: knitr, rmarkdown, xtable, rootSolve
Published: 2023-12-15
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:

Reference manual: rodeo.pdf
Vignettes: R package rodeo: Basic Use and Sample Applications

Downloads:

Package source: rodeo_0.7.8.tar.gz
Windows binaries: r-devel: rodeo_0.7.8.zip, r-release: rodeo_0.7.8.zip, r-oldrel: rodeo_0.7.8.zip
macOS binaries: r-release (arm64): rodeo_0.7.8.tgz, r-oldrel (arm64): rodeo_0.7.8.tgz, r-release (x86_64): rodeo_0.7.8.tgz, r-oldrel (x86_64): rodeo_0.7.8.tgz
Old sources: rodeo archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rodeo to link to this page.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.