-
Notifications
You must be signed in to change notification settings - Fork 45
/
DESCRIPTION
105 lines (105 loc) · 3.21 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
Package: nlmixr
Type: Package
Title: Nonlinear Mixed Effects Models in Population PK/PD
Depends: R (>= 4.0)
Imports: Rcpp (>= 0.12.3), brew, parallel, lbfgsb3c,
dparser, methods, ggplot2, rex, minqa, Matrix,
n1qn1 (>= 6.0.1-10), fastGHQuad,
RxODE(>= 1.1.5), nlme, magrittr, backports, symengine
Suggests:
Deriv,
Rvmmin,
broom.mixed,
crayon,
knitr,
data.table,
devtools,
digest,
dotwhisker,
dplyr,
expm,
flextable,
ggtext,
patchwork,
gridExtra,
huxtable,
lattice,
lbfgs,
lotri,
madness,
matrixcalc,
nloptr,
officer,
pkgdown,
reshape2,
rmarkdown,
testthat,
tidyr,
ucminf,
vpc (>= 1.1.0),
xgxr,
yaml,
xpose,
generics,
tibble,
checkmate,
cli,
qs,
covr,
forecast,
latticeExtra
Version: 2.0.7
Authors@R: c(person("Matthew","Fidler",
role = "aut", email = "[email protected]",
comment=c(ORCID="0000-0001-8538-6691")),
person("Yuan", "Xiong",
role = "aut", email = "[email protected]"),
person("Rik", "Schoemaker",
role = "aut", email = "[email protected]",
comment=c(ORCID="0000-0002-7538-3005")),
person("Justin", "Wilkins",
role = "aut", email = "[email protected]",
comment=c(ORCID="0000-0002-7099-9396")),
person("Wenping", "Wang",
role = c("aut", "cre"), email = "[email protected]"),
person("Robert","Leary", role = "ctb"),
person("Mason","McComb",
role = "aut", email = "[email protected]",
comment=c(ORCID="0000-0001-9871-8616")),
person("Vipul","Mann",
role = "aut", email = "[email protected]"),
person("Mirjam","Trame", role = "ctb"),
person("Teun","Post",
role = "ctb", email = "[email protected]"),
person("Richard", "Hooijmaijers", email = "[email protected]",
role = "aut"),
person("Hadley","Wickham", role = "ctb"),
person("Dirk","Eddelbuettel",
role = "cph", email = "[email protected]"),
person("Johannes", "Pfeifer",role="ctb"),
person("Robert B.", "Schnabel",role="ctb"),
person("Elizabeth", "Eskow", role="ctb"),
person("Emmanuelle", "Comets", role="ctb", email="[email protected]"),
person("Audrey", "Lavenu", role="ctb"),
person("Marc", "Lavielle", role="ctb"),
person("David","Ardia",role = "cph"),
person("Katharine","Mullen",role = "cph"),
person("Ben", "Goodrich", role = "ctb")
)
Description: Fit and compare nonlinear mixed-effects models in differential
equations with flexible dosing information commonly seen in pharmacokinetics
and pharmacodynamics (Almquist, Leander, and Jirstrand 2015
<doi:10.1007/s10928-015-9409-1>). Differential equation solving is
by compiled C code provided in the 'RxODE' package
(Wang, Hallow, and James 2015 <doi:10.1002/psp4.12052>).
License: GPL (>=2)
NeedsCompilation: yes
LinkingTo: dparser(>= 0.1.8), RxODE(>= 1.0.0-0), RcppEigen (>= 0.3.3.3.0),
lbfgsb3c, Rcpp, BH, StanHeaders(>= 2.18.0), RcppArmadillo (>= 0.5.600.2.0)
URL: https://github.com/nlmixrdevelopment/nlmixr
LazyData: true
RoxygenNote: 7.1.1
Biarch: true
Packaged: 2018-04-30 01:43:13 UTC; annie
Maintainer: Wenping Wang <[email protected]>
Encoding: UTF-8