ropensci / software-review

rOpenSci Software Peer Review.
288 stars 104 forks source link

R package sundialr #242

Closed sn248 closed 6 years ago

sn248 commented 6 years ago

Summary

Package: sundialr
Type: Package
Title: An Interface to 'SUNDIALS' Ordinary Differential Equation (ODE) Solvers 
Version: 0.1.1
Authors@R: c(
    person("Satyaprakash", "Nayak", "", "sn248@cornell.edu", c("aut", "cre")),
    person("Scott D", "Cohen", "", "", c("ctb")),
    person("Alan C", "Hindmarsh", "", "", c("ctb")),
    person("Radu", "Serban", "", "", c("ctb")),
    person("Dan", "Shumaker", "", "", c("ctb")),
    person("Daniel R", "Reynolds", "", "", c("ctb")),
    person("Aaron", "Collier", "", "", c("ctb")),
    person("David", "Gardner", "", "", c("ctb")),
    person("Carol", "Woodward", "", "", c("ctb")),
    person("Slaven", "Peles", "", "", c("ctb")),
    person("Peter", "Brown", "", "", c("ctb")),
    person("Hilari C", "Tiedeman", "", "", c("ctb")),
    person("Ting", "Yan", "", "", c("ctb")),
    person("Lawrence Livermore National Security", role =  c("cph")),
    person("Southern Methodist University", role =  c("cph"))
    )
Maintainer: Satyaprakash Nayak <sn248@cornell.edu>
URL: https://github.com/sn248/sundialr
BugReports: https://github.com/sn248/sundialr/issues
Description: Provides a way to call the functions in 'SUNDIALS' C ODE solving library (<https://computation.llnl.gov/projects/sundials>). Currently the serial version of ODE solver, 'CVODE' from the library can be accessed. 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: GPL (>=2)
LazyData: TRUE
Imports:
    Rcpp (>= 0.12.5)
LinkingTo:
    Rcpp
RoxygenNote: 6.0.1
Suggests: knitr,
    rmarkdown
VignetteBuilder: knitr

This is because, this package provides a wrapper for C library in R in the hope of providing robust, industry-standard ODE/PDE solving capability in R.

Requirements

Confirm each of the following by checking the box. This package:

Publication options

Detail

maelle commented 6 years ago

Thanks a lot for your submission @sn248! However, the package isn't specific for text analysis, hence as a wrapper to an existing C library for solvers, it is out-of-scope for onboarding.

You might try submitting it to JOSS.