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
DOI: 10.32614/CRAN.package.rODE
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.html , rODE.pdf
Vignettes: Comparison of ODE solvers (source, R code)
Error with Euler method (source, R code)
Falling Particle ODE (source, R code)
Kepler. Interaction between two planets. (source, R code)
Muskat Material Balance (source, R code)
Pendulum with Euler-Richardson ODE solver (source, R code)
Planet orbiting. ODE solver Euler (source, R code)
ProjectileWithRK4Solver (source, R code)
ChemicalReaction (source, R code)

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, r-oldrel (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.