Other packages > Find by keyword >

r2sundials  

Wrapper for 'SUNDIALS' Solving ODE and Sensitivity Problem
View on CRAN: Click here


Download and install r2sundials package within the R console
Install from CRAN:
install.packages("r2sundials")

Install from Github:
library("remotes")
install_github("cran/r2sundials")

Install by package version:
library("remotes")
install_version("r2sundials", "6.5.0-5")



Attach the package and use:
library("r2sundials")
Maintained by
Serguei Sokol
[Scholar Profile | Author Map]
First Published: 2020-01-08
Latest Update: 2023-12-08
Description:
Wrapper for widely used 'SUNDIALS' software (SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers) and more precisely to its 'CVODES' solver. It is aiming to solve ordinary differential equations (ODE) and optionally pending forward sensitivity problem. The wrapper is made 'R' friendly by allowing to pass custom parameters to user's callback functions. Such functions can be both written in 'R' and in 'C++' ('RcppArmadillo' flavor). In case of 'C++', performance is greatly improved so this option is highly advisable when performance matters. If provided, Jacobian matrix can be calculated either in dense or sparse format. In the latter case 'rmumps' package is used to solve corresponding linear systems. Root finding and pending event management are optional and can be specified as 'R' or 'C++' functions too. This makes them a very flexible tool for controlling the ODE system during the time course simulation. 'SUNDIALS' library was published in Hindmarsh et al. (2005) .
How to cite:
Serguei Sokol (2020). r2sundials: Wrapper for 'SUNDIALS' Solving ODE and Sensitivity Problem. R package version 6.5.0-5, https://cran.r-project.org/web/packages/r2sundials. Accessed 13 Apr. 2025.
Previous versions and publish date:
5.0.0-4 (2020-01-08 17:30), 5.0.0-7 (2020-03-15 02:20), 5.0.0-9 (2021-03-16 13:40), 5.0.0-10 (2021-05-18 01:20), 6.5.0-3 (2023-03-24 11:20), 6.5.0-4 (2023-12-08 14:40), 6.5.0-5 (2024-07-23 00:10)
Other packages that cited r2sundials R package
View r2sundials citation profile
Other R packages that r2sundials depends, imports, suggests or enhances
Complete documentation for r2sundials
Functions, R codes and Examples using the r2sundials R package
Some associated functions: get_cnst . r2cvodes . r2sundials-package . 
Some associated R codes: RcppExports.R . package.R . zzz.R .  Full r2sundials package functions and examples
Downloads during the last 30 days
03/1403/1503/1603/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/11Downloads for r2sundials05101520253035404550TrendBars

Today's Hot Picks in Authors and Packages

MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  
SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  
LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA