-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
80 lines (80 loc) · 2.22 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
Package: xgxr
Title: Exploratory Graphics for Pharmacometrics
Version: 1.1.4
Authors@R:
c(person(given = "Andrew",
family = "Stein",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Alison",
family = "Margolskee",
role = "aut",
email = "[email protected]"),
person(given = "Fariba",
family = "Khanshan",
role = "aut",
email = "[email protected]"),
person(given = "Konstantin",
family = "Krismer",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8994-3416")),
person(given = "Matthew",
family = "Fidler",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8538-6691")),
person("Novartis Pharma AG", role = c("cph","fnd")))
Description: Supports a structured approach
for exploring PKPD data <https://opensource.nibr.com/xgx/>. It also
contains helper functions for enabling the modeler to follow best R
practices (by appending the program name, figure name location, and
draft status to each plot). In addition, it enables the modeler to
follow best graphical practices (by providing a theme that
reduces chart ink, and by providing time-scale, log-scale, and
reverse-log-transform-scale functions for more readable axes).
Finally, it provides some data checking and summarizing functions for
rapidly exploring pharmacokinetics and pharmacodynamics (PKPD) datasets.
License: MIT + file LICENSE
URL: https://opensource.nibr.com/xgx/
BugReports: https://github.com/Novartis/xgxr/issues
Depends:
R (>= 3.5.0)
Imports:
assertthat,
binom,
Deriv,
DescTools,
dplyr,
ggplot2,
glue,
graphics,
grDevices,
gtable,
Hmisc,
labeling,
magrittr,
minpack.lm,
pander,
png,
RCurl,
readr,
scales,
stats,
stringr,
tibble,
utils,
vctrs
Suggests:
caTools,
gridExtra,
knitr,
pkgdown,
rmarkdown,
testthat,
tidyr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3