sundialr: An Interface to 'SUNDIALS' Ordinary Differential Equation (ODE) Solvers

Provides a way to call the functions in 'SUNDIALS' C ODE solving library (<https://computing.llnl.gov/projects/sundials>). Currently the serial version of ODE solver, 'CVODE', sensitivity calculator 'CVODES' and differential algebraic solver 'IDA' from the 'SUNDIALS' library are implemented. The package requires ODE to be written as an 'R' or 'Rcpp' function and does not require the 'SUNDIALS' library to be installed on the local machine.

Version: 0.1.4.2
Imports: Rcpp (≥ 1.0.12)
LinkingTo: Rcpp, RcppArmadillo
Suggests: knitr, rmarkdown, testthat
Published: 2024-07-02
DOI: 10.32614/CRAN.package.sundialr
Author: Satyaprakash Nayak ORCID iD [aut, cre, cph], Lawrence Livermore National Security [cph], Southern Methodist University [cph]
Maintainer: Satyaprakash Nayak <satyaprakash.nayak at gmail.com>
BugReports: https://github.com/sn248/sundialr/issues
License: BSD_3_clause + file LICENSE
Copyright: file COPYRIGHTS
sundialr copyright details
URL: https://github.com/sn248/sundialr
NeedsCompilation: yes
SystemRequirements: GNU make
Citation: sundialr citation info
Materials: README NEWS
CRAN checks: sundialr results

Documentation:

Reference manual: sundialr.pdf
Vignettes: sundialr - An Interface to 'SUNDIALS' Ordinary Differential Equation (ODE) Solvers

Downloads:

Package source: sundialr_0.1.4.2.tar.gz
Windows binaries: r-devel: not available, r-release: sundialr_0.1.4.2.zip, r-oldrel: sundialr_0.1.4.2.zip
macOS binaries: r-release (arm64): sundialr_0.1.4.2.tgz, r-oldrel (arm64): sundialr_0.1.4.2.tgz, r-release (x86_64): sundialr_0.1.4.2.tgz, r-oldrel (x86_64): sundialr_0.1.4.2.tgz
Old sources: sundialr archive

Linking:

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