CRAN/E | rodeo

rodeo

A Code Generator for ODE-Based Models

Installation

About

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'.

github.com/dkneis/rodeo
System requirements 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.

Key Metrics

Version 0.7.8
Published 2023-12-15 141 days ago
Needs compilation? yes
License GPL-2
License GPL-3
CRAN checks rodeo results

Downloads

Yesterday 12 0%
Last 7 days 62 -23%
Last 30 days 228 -18%
Last 90 days 710 -52%
Last 365 days 6.271 -18%

Maintainer

Maintainer

David Kneis

david.kneis@tu-dresden.de

Authors

David Kneis

Material

README
Reference manual
Package source

In Views

DifferentialEquations

Vignettes

R package rodeo: Basic Use and Sample Applications

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

rodeo archive

Imports

R6
deSolve

Suggests

knitr
rmarkdown
xtable
rootSolve