forked from dkaschek/dMod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 828 Bytes
/
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
28
29
30
Package: dMod
Type: Package
Title: Dynamic Modeling and Parameter Estimation in ODE Models
Version: 0.4.1
Date: 2017-09-05
Author: Daniel Kaschek
Maintainer: Daniel Kaschek <[email protected]>
Description: The framework provides functions to generate ODEs of reaction
networks, parameter transformations, observation functions, residual functions,
etc. The framework follows the paradigm that derivative information should be
used for optimization whenever possible. Therefore, all major functions produce
and can handle expressions for symbolic derivatives.
License: GPL (>= 2)
Depends:
cOde (>= 0.4),
Imports:
deSolve,
rootSolve,
ggplot2,
parallel,
stringr,
plyr
Suggests:
MASS,
rPython,
pander,
knitr,
rmarkdown
RoxygenNote: 6.0.1
VignetteBuilder: knitr