lsoda: 'C++' Header Library for Ordinary Differential Equations

A 'C++' header library for using the 'libsoda-cxx' library with R. The 'C++' header reimplements the 'lsoda' function from the 'ODEPACK' library for solving initial value problems for first order ordinary differential equations (Hindmarsh, 1982; <https://computing.llnl.gov/sites/default/files/ODEPACK_pub1_u88007.pdf>). The 'C++' header can be used by other R packages by linking against this package. The 'C++' functions can be called inline using 'Rcpp'. Finally, the package provides an 'ode' function to call from R.

Version: 1.0
Imports: Rcpp (≥ 1.0.12)
LinkingTo: Rcpp
Suggests: deSolve, RcppArmadillo, RcppEigen, microbenchmark
Published: 2025-04-22
DOI: 10.32614/CRAN.package.lsoda
Author: Mark Clements [aut, cre], Dilawar Singh [ctb], Heng Li [ctb], Peter N. Brown [ctb], George D. Byrne [ctb], Alan C. Hindmarsh [ctb], Cleve Moler [ctb], Linda R. Petzold [ctb]
Maintainer: Mark Clements <mark.clements at ki.se>
BugReports: https://github.com/mclements/lsoda/issues
License: MIT + file LICENSE
URL: https://github.com/mclements/lsoda
NeedsCompilation: yes
CRAN checks: lsoda results [issues need fixing before 2025-05-07]

Documentation:

Reference manual: lsoda.pdf

Downloads:

Package source: lsoda_1.0.tar.gz
Windows binaries: r-devel: not available, r-release: lsoda_1.0.zip, r-oldrel: lsoda_1.0.zip
macOS binaries: r-release (arm64): lsoda_1.0.tgz, r-oldrel (arm64): lsoda_1.0.tgz, r-release (x86_64): lsoda_1.0.tgz, r-oldrel (x86_64): lsoda_1.0.tgz

Linking:

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