forked from metrumresearchgroup/mrgsolve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
120 lines (120 loc) · 2.84 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Type: Package
Package: mrgsolve
Title: Simulate from ODE-Based Models
Version: 1.0.9.9001
Authors@R:
c(person(given = "Kyle T", family = "Baron",
role = c("aut", "cre"),
email = "kyleb@metrumrg.com",
comment = c(ORCID = "0000-0001-7252-5656")),
person(given = "Bill", family = "Gillespie",
role = "ctb"),
person(given = "Charles", family = "Margossian",
role = "ctb"),
person(given = "Devin", family = "Pastoor",
role = "ctb"),
person(given = "Bill", family = "Denney",
role = "ctb",
comment = c(ORCID = "0000-0002-5759-428X")),
person(given = "Dilawar", family = "Singh",
role = "ctb"),
person(given = "Felicien", family = "Le Louedec",
comment = c(ORCID = "0000-0003-3699-2729"),
role = "ctb"),
person(given = "Timothy", family = "Waterhouse",
comment = c(ORCID = "0000-0002-0954-9660"),
role = "ctb"),
person(given = "Kyle", family = "Meyer",
role = "ctb"),
person(given = "Metrum Research Group",
role = "cph"))
Maintainer: Kyle T Baron <kyleb@metrumrg.com>
Description: Fast simulation from ordinary differential equation
(ODE) based models typically employed in quantitative pharmacology and
systems biology.
License: GPL (>=2)
URL: https://github.com/metrumresearchgroup/mrgsolve
BugReports:
https://github.com/metrumresearchgroup/mrgsolve/issues
Depends:
R (>= 3.6.2),
methods
Imports:
Rcpp (>= 1.0.7),
dplyr (>= 1.0.8),
magrittr (>= 2.0.1),
tibble (>= 3.1.6),
rlang (>= 1.0.1),
tidyselect (>= 1.1.1),
lifecycle,
glue
Suggests:
lattice,
testthat,
xml2 (>= 1.3.2),
rmarkdown,
yaml,
knitr,
data.table (>= 1.14.2),
pmxTools
LinkingTo:
Rcpp (>= 1.0.7),
RcppArmadillo (>= 0.10.7.3.0),
BH (>= 1.75.0-0)
RdMacros:
lifecycle
Encoding: UTF-8
Language: en-US
LazyLoad: yes
NeedsCompilation: yes
RoxygenNote: 7.2.3
Collate:
'RcppExports.R'
'utils.R'
'package.R'
'generics.R'
'class_tgrid.R'
'class_numericlist.R'
'class_matlist.R'
'class_ev.R'
'class_derived.R'
'class_mrgmod.R'
'class_mrgsims.R'
'Aaaa.R'
'annot.R'
'chain.R'
'class_build.R'
'class_evd.R'
'events.R'
'class_rx.R'
'compile.R'
'data_set.R'
'datasets.R'
'env.R'
'funset.R'
'handle_spec_block.R'
'idata_set.R'
'init.R'
'inven.R'
'knobs.R'
'matlist.R'
'matrix.R'
'mcode.R'
'model_include.R'
'modlib.R'
'modspec.R'
'mread.R'
'mrgindata.R'
'mrgsim_q.R'
'mrgsims.R'
'mrgsolve.R'
'nm-mode.R'
'nmxml.R'
'param.R'
'print.R'
'r_to_cpp.R'
'realize_addl.R'
'relabel.R'
'render.R'
'update.R'
'workflows.R'