-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
104 lines (104 loc) · 3.04 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
Package: RxODE.doc
Version: 0.9.1-7
Title: Facilities for Simulating from ODE-Based Models
Authors@R: c(
person("Matthew L.","Fidler",
role = "aut", email = "[email protected]",
comment=c(ORCID="0000-0001-8538-6691")),
person("Melissa", "Hallow",
role = "aut", email = "[email protected]"),
person("Wenping", "Wang",
role = c("aut", "cre"), email = "[email protected]"),
person("Zufar", "Mulyukov", role="ctb", email="[email protected]"),
person("Justin", "Wilkins",
role = "ctb", email = "[email protected]", comment=c(ORCID="0000-0002-7099-9396")),
person("Simon", "Frost", role="ctb"),
person("Heng", "Li", role="ctb"),
person("Yu", "Feng", role="ctb"),
person("Alan", "Hindmarsh",role="ctb"),
person("Linda", "Petzold", role="ctb"),
person("Ernst", "Hairer", role="ctb"),
person("Gerhard", "Wanner", role="ctb"),
person("J", "Colinge", role="ctb"),
person("Hadley", "Wickham", role="ctb"),
person("G", "Grothendieck", role="ctb"),
person("Robert", "Gentleman",role="ctb"),
person("Ross", "Ihaka",role="ctb"),
person("R core team", role="cph"),
person("odepack authors", role="cph")
)
Maintainer: Wenping Wang <[email protected]>
Depends:
R (>= 3.4.0)
Suggests:
knitr,
DT,
nlme,
shiny,
tcltk,
testthat,
usethis,
devtools,
covr,
rmarkdown,
SnakeCharmR,
dplyr (>= 0.8.0),
tidyr,
tibble,
curl,
gridExtra,
microbenchmark,
scales,
stringi,
htmltools,
reticulate,
rlang,
installr
Imports:
Matrix,
PreciseSums (>= 0.3),
R.utils,
Rcpp (>= 0.12.3),
brew,
cli,
crayon,
digest,
dparser (>= 0.1.8),
ggforce,
ggplot2,
inline,
magrittr,
memoise,
methods,
mvnfast,
n1qn1 (>= 6.0.1-2),
pillar,
rex,
sys,
units(>= 0.6-0),
utils,
assertthat,
lotri,
remotes
Description: Facilities for running simulations from ordinary
differential equation (ODE) models, such as pharmacometrics and other
compartmental models. A compilation manager translates the ODE model
into C, compiles it, and dynamically loads the object code into R for
improved computational efficiency. An event table object facilitates
the specification of complex dosing regimens (optional) and sampling
schedules. NB: The use of this package requires both C and
Fortran compilers, for details on their use with R please see
Section 6.3, Appendix A, and Appendix D in the "R Administration and
Installation" manual. Also the code is mostly released under GPL. The
VODE and LSODA are in the public domain. The information is available
in the inst/COPYRIGHTS.
BugReports: https://github.com/nlmixrdevelopment/RxODE/issues
NeedsCompilation: yes
VignetteBuilder: knitr
License: GPL (>= 2)
URL: https://nlmixrdevelopment.github.io/RxODE/
RoxygenNote: 6.1.1
Biarch: true
LinkingTo: dparser(>= 0.1.8), Rcpp (>= 0.12.3), RcppArmadillo(>= 0.9.300.2.0), PreciseSums (>= 0.3)
Encoding: UTF-8
LazyData: true