-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·70 lines (70 loc) · 1.49 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
Package: pmplots
Type: Package
Title: Plots for Pharmacometrics
Version: 0.5.1
Authors@R: c(
person("Kyle T", "Baron", "", "[email protected]", c("aut", "cre")),
person(given = "Kyle", family = "Meyer", role = "ctb", email = "[email protected]"),
person("Metrum Research Group", role = c("cph"))
)
Maintainer: Kyle Baron <[email protected]>
Description: Very light wrappers around 'ggplot2' plotting code tailored for
pharmacometric applications.
License: GPL (>=2)
URL: https://github.com/metrumresearchgroup/pmplots/
BugReports: https://github.com/metrumresearchgroup/pmplots/issues
Encoding: UTF-8
Language: en-US
Imports:
dplyr (>= 1.0.7),
rlang (>= 0.4.12),
glue (>= 1.5.0),
assertthat,
tidyr (>= 1.1.4),
forcats (>= 0.5.1),
lifecycle,
tidyselect (>= 1.1.1),
purrr(>= 1.0.0)
VignetteBuilder: knitr
Suggests:
testthat,
GGally,
latex2exp,
patchwork (>= 1.2.0),
knitr,
yaml,
miniUI,
shiny,
rmarkdown
Depends: ggplot2 (>= 3.5.0)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Collate:
'Aaaa.R'
'box.R'
'cont.R'
'data.R'
'displays.R'
'dv_pred.R'
'dv_pred_ipred.R'
'dv_time.R'
'eta_cat.R'
'eta_cont.R'
'eta_hist.R'
'eta_pairs.R'
'hist.R'
'layer.R'
'list_plot.R'
'opts.R'
'pm_axis_data.R'
'pm_browser.R'
'pm_theme.R'
'qq.R'
'res_cat.R'
'res_cont.R'
'res_hist.R'
'res_pred.R'
'res_time.R'
'splitplot.R'
'utils.R'
'wrap_plots.R'