Package: sundialr
Type: Package
Title: An Interface to 'SUNDIALS' Ordinary Differential Equation (ODE)
        Solvers
Version: 0.1.6
Authors@R: c(
    person("Satyaprakash", "Nayak", "", "satyaprakash.nayak@gmail.com", 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 <satyaprakash.nayak@gmail.com>
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 (<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.
License: BSD_3_clause + file LICENSE
Copyright: file COPYRIGHTS
Imports: Rcpp (>= 1.0.12)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, testthat
SystemRequirements: GNU make
NeedsCompilation: yes
VignetteBuilder: knitr
Packaged: 2024-12-15 00:33:29 UTC; quantilogy
Author: Satyaprakash Nayak [aut, cre, cph]
    (<https://orcid.org/0000-0001-7225-1317>),
  Lawrence Livermore National Security [cph],
  Southern Methodist University [cph]
Repository: CRAN
Date/Publication: 2024-12-15 03:30:02 UTC
Built: R 4.4.2; x86_64-apple-darwin19.6.0; 2024-12-17 12:38:53 UTC; unix
