Package: sundialr Type: Package Title: An Interface to 'SUNDIALS' Ordinary Differential Equation (ODE) Solvers Version: 0.1.7 Authors@R: c( person("Satyaprakash", "Nayak", email = "satyaprakash.nayak@gmail.com", role = c("aut", "cre","cph"), comment = c(ORCID = "0000-0001-7225-1317")), person("Lawrence Livermore National Security", role = c("cph")), person("Southern Methodist University", role = c("cph")) ) Maintainer: Satyaprakash Nayak URL: https://github.com/sn248/sundialr, http://sn248.github.io/sundialr/ BugReports: https://github.com/sn248/sundialr/issues Description: Provides a way to call the functions in 'SUNDIALS' C ODE solving library (). 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. License: BSD_3_clause + file LICENSE Copyright: file COPYRIGHTS Imports: Rcpp (>= 1.0.12) LinkingTo: Rcpp, RcppArmadillo Suggests: knitr, rmarkdown, testthat SystemRequirements: cmake NeedsCompilation: yes VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake Repository: https://sn248.r-universe.dev Date/Publication: 2026-06-01 02:26:28 UTC RemoteUrl: https://github.com/sn248/sundialr RemoteRef: HEAD RemoteSha: b127953094ff4eacf49f1f700d6db80e618b91fc Packaged: 2026-07-04 13:01:53 UTC; root Author: Satyaprakash Nayak [aut, cre, cph] (ORCID: ), Lawrence Livermore National Security [cph], Southern Methodist University [cph]