forked from dkaschek/dMod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 980 Bytes
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 980 Bytes
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
41
42
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 <daniel.kaschek@gmail.com>
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,
optimx
Suggests:
MASS,
rPython,
pander,
knitr,
rmarkdown,
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Encoding: UTF-8