-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.88 KB
/
Copy pathDESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.88 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
50
51
52
53
Package: xpose.nlmixr
Type: Package
Title: Graphical Diagnostics for Pharmacometric Models: Extension to 'nlmixr'
Version: 0.3.0
Authors@R: c(person('Justin', 'Wilkins', email = 'justin.wilkins@occams.com',
role = c('aut', 'cre', 'cph')),
person('Matthew','Fidler',
role = c('aut','cph'), email = 'matthew.fidler@gmail.com'),
person('Benjamin', 'Guiastrennec',
role = c('aut'),
email = 'guiastrennec@gmail.com'),
person('Andrew C.', 'Hooker',
role = c('aut'),
email = 'andrew.hooker@farmbio.uu.se'),
person('Anna', 'Olofsson', role = c('aut', 'cph')),
person('Sebastian', 'Ueckert',
role = c('aut'),
email = 'sebastian.ueckert@farmbio.uu.se'),
person('Ron', 'Keizer',
role = 'aut',
email = 'ronkeizer@gmail.com'),
person('Kajsa', 'Harling', role = 'ctb'),
person('Mike K.', 'Smith', role = 'ctb'),
person('Elodie', 'Plan', role = 'ctb'),
person('Mats O.', 'Karlsson',
role = c('aut', 'cph'),
email = 'mats.karlsson@farmbio.uu.se'),
person('Pharmetheus', role = 'ctb'),
person('Pfizer', role = 'ctb'),
person('Occams', role = 'ctb'),
person('Novartis', role = 'ctb'))
Maintainer: Justin Wilkins <justin.wilkins@occams.com>
Description: Extension to 'xpose' to support 'nlmixr'. Provides functions to import 'nlmixr' fit data into an 'xpose' data object, allowing the use of 'xpose' for 'nlmixr' model diagnostics.
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.2),
xpose (>= 0.4.2)
Imports:
ggplot2 (>= 2.2.1),
nlmixr (>= 1.1.0-0),
dplyr (>= 0.7.4),
tibble (>= 2.0.0),
stringr (>= 1.2.0),
tidyr (>= 0.7.2),
magrittr (>= 1.5),
methods (>= 3.4.1),
vpc (>= 1.0.2),
nlme,
crayon,
rlang
RoxygenNote: 7.1.2