-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
executable file
·57 lines (57 loc) · 1.63 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
Package: xpose
Type: Package
Title: Diagnostics for Pharmacometric Models
Version: 0.4.18.9000
Authors@R: c(
person('Benjamin', 'Guiastrennec',
role = c('aut', 'cre', 'cph'),
email = 'guiastrennec@gmail.com'),
person('Andrew C.', 'Hooker',
role = c('aut', 'cph'),
email = 'andrew.hooker@farmaci.uu.se'),
person('Sebastian', 'Ueckert',
role = c('aut', 'cph'),
email = 'sebastian.ueckert@farmaci.uu.se'),
person('Mike K.', 'Smith',
role = 'ctb',
email = 'mike.k.smith@pfizer.com'),
person('Mats O.', 'Karlsson',
role = c('aut', 'cph'),
email = 'mats.karlsson@farmaci.uu.se'))
Description: Diagnostics for non-linear mixed-effects (population)
models from 'NONMEM' <https://www.iconplc.com/solutions/technologies/nonmem/>.
'xpose' facilitates data import, creation of numerical run summary
and provide 'ggplot2'-based graphics for data exploration and model
diagnostics.
Depends:
R (>= 3.5.0),
ggplot2 (>= 3.1.0)
Imports:
dplyr (>= 0.8.0),
ggforce (>= 0.2.0),
grDevices,
purrr (>= 0.3.0),
readr (>= 2.1.0),
rlang (>= 0.3.0),
stringr (>= 1.4.0),
tibble (>= 2.1.0),
tidyr (>= 0.8.0),
utils,
stats,
vpc (>= 1.1.0)
Suggests:
here,
gridExtra,
rmarkdown,
knitr,
testthat,
plotly,
webshot,
mvtnorm
License: LGPL-3
URL: https://uupharmacometrics.github.io/xpose/, https://github.com/UUPharmacometrics/xpose/
BugReports: https://github.com/UUPharmacometrics/xpose/issues/
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.1