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

Getting started

Package details

AuthorDavid Kneis <david.kneis@tu-dresden.de>
MaintainerDavid Kneis <david.kneis@tu-dresden.de>
LicenseGPL (>= 2)
Version0.7.8
URL https://github.com/dkneis/rodeo
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("dkneis/rodeo")
dkneis/rodeo documentation built on Jan. 4, 2024, 2:18 p.m.