-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: sundialr
Type: Package
Title: An Interface to 'SUNDIALS' Ordinary Differential Equation (ODE) Solvers
Version: 0.1.6.2
Authors@R: c(
person("Satyaprakash", "Nayak", "", "[email protected]", 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 <[email protected]>
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: cmake
NeedsCompilation: yes
VignetteBuilder: knitr