forked from dkaschek/dMod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.05 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.05 KB
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
43
44
45
46
47
48
49
Package: dMod
Type: Package
Title: Dynamic Modeling and Parameter Estimation in ODE Models
Version: 1.2.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,
CppODE,
abind,
einsum,
optimx,
nleqslv,
reticulate,
BH
Remotes:
simonbeyer1/CppODE
Suggests:
MASS,
pander,
knitr,
rmarkdown,
RoxygenNote: 7.3.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)