-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
128 lines (128 loc) · 3.39 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Package: tlf
Type: Package
Title: TLF Library
Version: 1.5.0
Authors@R:
c(person(given = "Open-Systems-Pharmacology Community",
role = "cph"),
person(given = "Michael",
family = "Sevestre",
role = c("aut", "cre"),
email = "michael@design2code.ca"),
person(given = "Pierre",
family = "Chelle",
role = "aut",
email = "chelle.pierre@gmail.com"),
person(given = "Abdullah",
family = "Hamadeh",
role = "aut",
email = "aoh123@gmail.com"),
person(given = "Indrajeet",
family = "Patil",
role = "ctb",
email = "patilindrajeet.science@gmail.com",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")))
Description: An implementation of the Table, Listing and Figure concepts in R.
This library provides a standardized approach to creating tables and graphs
based on conventions over configurations.
License: GPL-2 | file LICENSE
Language: en-US
URL: https://github.com/open-systems-pharmacology/tlf-library
BugReports: https://github.com/open-systems-pharmacology/tlf-library/issues
Imports:
ggplot2 (>= 3.3.0),
R6,
jsonlite,
ospsuite.utils (>= 1.4.0),
patchwork,
ggtext,
stringr (>= 1.5.0),
rlang,
lifecycle
Depends:
R (>= 3.6)
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
cowplot,
knitr,
rmarkdown,
scales,
shiny,
showtext,
sysfonts,
svglite,
testthat (>= 3.0.3),
vdiffr (>= 1.0.0)
VignetteBuilder: knitr
Collate:
'aaa-utilities.R'
'aggregation-input.R'
'aggregation-summary.R'
'atom-plots.R'
'boxwhisker-datamapping.R'
'boxwhisker-get-measure.R'
'boxwhisker-plotconfiguration.R'
'cumulative-time-profile-datamapping.R'
'datamapping-grouping.R'
'datamapping-groupmapping.R'
'datamapping-range.R'
'datamapping-xy.R'
'datamapping-xygroup.R'
'ddiratio-datamapping.R'
'error-checks.R'
'font.R'
'global-vars.R'
'helpers.R'
'histogram-datamapping.R'
'label.R'
'messages.R'
'obs-vs-pred-datamapping.R'
'observed-data-mapping.R'
'pkratio-datamapping.R'
'pkratio-get-measure.R'
'plot-boxwhisker.R'
'plot-cumulative-time-profile.R'
'plot-ddiratio.R'
'utilities-enums.R'
'plot-grid.R'
'plot-histogram.R'
'plot-obs-vs-pred.R'
'plot-observed-time-profile.R'
'plot-piechart.R'
'plot-pkratio.R'
'plot-qq.R'
'plot-res-vs-pred.R'
'plot-simulated-time-profile.R'
'plot-timeprofile.R'
'plot-tornado.R'
'plotconfiguration-axis.R'
'plotconfiguration-background.R'
'plotconfiguration-export.R'
'plotconfiguration-label.R'
'plotconfiguration-legend.R'
'plotconfiguration-sub-classes.R'
'plotconfiguration.R'
'qq-datamapping.R'
'themes.R'
'timeprofile-datamapping.R'
'timeprofile-helper.R'
'timeprofile-plotconfiguration.R'
'tlf-env.R'
'tornado-datamapping.R'
'tornado-plotconfiguration.R'
'utilities-aesthetics.R'
'utilities-axis.R'
'utilities-background.R'
'utilities-export.R'
'utilities-ggplot.R'
'utilities-label.R'
'utilities-legend.R'
'utilities-mapping.R'
'utilities-molecule-plots.R'
'utilities-theme.R'
'utilities-tlf.R'
'utils.R'
'zzz.R'
Config/testthat/edition: 3