R package citation, R package reverse dependencies, R package scholars, install an r package from GitHub hy is package acceptance pending why is package undeliverable amazon why is package on hold dhl tour packages why in r package r and r package full form why is r free why r is bad which r package to install which r package has which r package which r package version which r package readxl which r package ggplot which r package fread which r package license where is package.json where is package-lock.json where is package.swift where is package explorer in eclipse where is package where is package manager unity where is package installer android where is package manager console in visual studio who r package which r package to install which r package version who is package who is package deal who is package design r and r package full form r and r package meaning what r package has what package r what is package in java what is package what is package-lock.json what is package in python what is package.json what is package installer do r package can't install r packages r can't find package r can't load package can't load xlsx package r can't install psych package r can't install sf package r Write if else in NONMEM pk pd
deSolve
View on CRAN: Click
here
Download and install deSolve package within the R console
Install from CRAN:
install.packages("deSolve")
Install from Github:
library("remotes")
install_github("cran/deSolve")
Install by package version:
library("remotes")
install_version("deSolve", "1.40")
Attach the package and use:
library("deSolve")
Maintained by
Thomas Petzoldt
[Scholar Profile | Author Map]
[Scholar Profile | Author Map]
All associated links for this package
10.32614/CRAN.package.deSolve . deSolve citation info . deSolve results . deSolve.pdf . R Package deSolve: Writing Code in Compiled Languages . R Package deSolve: Solving Initial Value Differential Equations in R . deSolve_1.40.tar.gz . deSolve_1.40.zip . deSolve_1.40.zip . deSolve_1.40.zip . deSolve_1.40.tgz . deSolve_1.40.tgz . deSolve_1.40.tgz . deSolve_1.40.tgz . deSolve archive . https://CRAN.R-project.org/package=deSolve .
First Published: 2008-06-01
Latest Update: 2023-11-27
Description:
Functions that solve initial value problems of a system
of first-order ordinary differential equations ('ODE'), of
partial differential equations ('PDE'), of differential
algebraic equations ('DAE'), and of delay differential
equations. The functions provide an interface to the FORTRAN
functions 'lsoda', 'lsodar', 'lsode', 'lsodes' of the 'ODEPACK'
collection, to the FORTRAN functions 'dvode', 'zvode' and 'daspk'
and a C-implementation of solvers of the 'Runge-Kutta' family with
fixed or variable time steps. The package contains routines
designed for solving 'ODEs' resulting from 1-D, 2-D and 3-D
partial differential equations ('PDE') that have been converted
to 'ODEs' by numerical differencing.
How to cite:
Thomas Petzoldt (2008). deSolve: Solvers for Initial Value Problems of Differential Equations ('ODE', 'DAE', 'DDE'). R package version 1.40, https://cran.r-project.org/web/packages/deSolve. Accessed 07 May. 2025.
Previous versions and publish date:
1.1 (2008-06-01 20:56), 1.2-1 (2008-07-21 16:41), 1.2-2 (2008-08-01 15:59), 1.2-3 (2009-01-16 18:06), 1.2 (2008-07-18 09:37), 1.3 (2009-06-25 09:25), 1.5-1 (2009-11-23 20:19), 1.5 (2009-10-16 16:05), 1.6 (2009-12-17 18:17), 1.7 (2010-02-19 14:44), 1.8.1 (2010-10-02 14:18), 1.8 (2010-09-11 11:11), 1.9 (2011-01-10 10:15), 1.10-2 (2011-06-01 18:16), 1.10-3 (2011-08-10 12:13), 1.10-4 (2012-07-27 19:09), 1.10-5 (2013-04-12 07:55), 1.10-6 (2013-04-23 10:22), 1.10-7 (2013-08-15 18:10), 1.10-8 (2013-09-18 08:38), 1.10-9 (2014-06-25 23:55), 1.10 (2011-05-10 11:36), 1.11 (2014-10-29 07:59), 1.12 (2015-07-06 19:00), 1.13 (2016-03-01 17:07), 1.14 (2016-09-05 15:54), 1.20 (2017-07-14 18:34), 1.21 (2018-05-09 11:38), 1.23 (2019-06-29 23:20), 1.24 (2019-07-15 15:50), 1.25 (2019-11-19 10:50), 1.27.1 (2020-01-02 18:36), 1.27 (2019-12-20 10:20), 1.28 (2020-03-09 00:00), 1.29 (2021-09-22 17:10), 1.30 (2021-10-07 10:40), 1.31 (2022-03-31 00:30), 1.32 (2022-04-14 12:32), 1.33 (2022-07-16 13:10), 1.34 (2022-10-22 20:15), 1.35 (2023-03-12 21:30), 1.36 (2023-07-01 18:00), 1.37 (2023-09-01 11:10), 1.38 (2023-09-05 14:10)
Other packages that cited deSolve R package
View deSolve citation profile
Other R packages that deSolve depends,
imports, suggests or enhances
Complete documentation for deSolve
Functions, R codes and Examples using
the deSolve R package
Some associated functions: DLLfunc . DLLres . SCOC . aquaphy . ccl4data . ccl4model . checkDLL . cleanEventTimes . daspk . deSolve-internal . deSolve . dede . diagnostics.deSolve . diagnostics . events . forcings . lsoda . lsodar . lsode . lsodes . ode.1D . ode.2D . ode.3D . ode.band . ode . plot.deSolve . radau . rk . rk4 . rkMethod . timelags . vode . zvode .
Some associated R codes: Aquaphy.R . DLLfunc.R . SCOC.R . Utilities.R . ccl4model.R . checkevents.R . cleanEventTimes.R . daspk.R . dede.R . diagnostics.R . euler.R . forcings.R . functions.R . iteration.R . lsoda.R . lsodar.R . lsode.R . lsodes.R . matplot.R . ode.R . printmessage.R . radau.R . rk.R . rk4.R . rkMethod.R . vode.R . zvode.R . Full deSolve package functions and examples
Downloads during the last 30 days
Today's Hot Picks in Authors and Packages
MLDS
Difference scaling is a method for scaling perceived
supra-threshold differences. The package cont ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Kenneth Knoblauch (view profile)
quickcode
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Obinna Obianom (view profile)
aroma.affymetrix
A cross-platform R framework that facilitates processing of any number of Affymetrix microarray samp ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Henrik Bengtsson (view profile)
funLBM
The funLBM algorithm allows to simultaneously cluster the rows and the columns of a data matrix wher ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Charles Bouveyron (view profile)
humanize
An almost direct port of the 'python' 'humanize' package .
Thi ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Gerry Manoim (view profile)
24,205
R Packages
207,311
Dependencies
65,312
Author Associations
24,206
Publication Badges
