rODE: Ordinary Differential Equation (ODE) Solvers Written in R Using S4 Classes

Show physics, math and engineering students how an ODE solver is made and how effective R classes can be for the construction of the equations that describe natural phenomena. Inspiration for this work comes from the book on "Computer Simulations in Physics" by Harvey Gould, Jan Tobochnik, and Wolfgang Christian. Book link: <http://www.compadre.org/osp/items/detail.cfm?ID=7375>.

Version: 0.99.6
Depends: R (≥ 3.3.0)
Imports: methods, data.table
Suggests: knitr, testthat, rmarkdown, ggplot2, dplyr, tidyr, covr, scales
Published: 2017-11-10
Author: Alfonso R. Reyes [aut, cre]
Maintainer: Alfonso R. Reyes <alfonso.reyes at oilgainsanalytics.com>
License: GPL-2
URL: https://github.com/f0nzie/rODE
NeedsCompilation: no
Materials: README
In views: DifferentialEquations
CRAN checks: rODE results

Documentation:

Reference manual: rODE.pdf
Vignettes: Comparison of ODE solvers
Error with Euler method
Falling Particle ODE
Kepler. Interaction between two planets.
Muskat Material Balance
Pendulum with Euler-Richardson ODE solver
Planet orbiting. ODE solver Euler
ProjectileWithRK4Solver
ChemicalReaction

Downloads:

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

Linking:

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