-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
40 lines (40 loc) · 952 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
31
32
33
34
35
36
37
38
39
40
Package: dMod
Type: Package
Title: Dynamic Modeling and Parameter Estimation in ODE Models
Version: 1.1.0
Date: 2020-02-10
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 (>= 1.1)
Imports:
deSolve,
rootSolve,
ggplot2,
parallel,
stringr,
plyr,
dplyr,
foreach,
doParallel,
rjson,
stringr,
crayon,
yaml,
rlang,
data.table,
purrr
Suggests:
MASS,
rPython,
pander,
knitr,
rmarkdown,
RoxygenNote: 7.3.2
VignetteBuilder: knitr