-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·140 lines (140 loc) · 3.73 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
129
130
131
132
133
134
135
136
137
138
139
140
Type: Package
Package: chevron
Title: Standard TLGs for Clinical Trials Reporting
Version: 0.2.8.9010
Date: 2025-01-23
Authors@R: c(
person("Liming", "Li", , "[email protected]", role = c("aut", "cre")),
person("Benoit", "Falquet", , "[email protected]", role = "aut"),
person("Xiaoli", "Duan", , "[email protected]", role = "aut"),
person("Adrian", "Waddell", , "[email protected]", role = "ctb"),
person("Chenkai", "Lv", , "[email protected]", role = "ctb"),
person("Pawel", "Rucki", , "[email protected]", role = "ctb"),
person("Tim", "Barnett", , "[email protected]", role = "ctb"),
person("Tian", "Fang", , "[email protected]", role = "ctb"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Provide standard tables, listings, and graphs (TLGs)
libraries used in clinical trials. This package implements a structure
to reformat the data with 'dunlin', create reporting tables using
'rtables' and 'tern' with standardized input arguments to enable quick
generation of standard outputs. In addition, it also provides
comprehensive data checks and script generation functionality.
License: Apache License 2.0
URL: https://insightsengineering.github.io/chevron/,
https://github.com/insightsengineering/chevron/
BugReports: https://github.com/insightsengineering/chevron/issues
Depends:
R (>= 4.0.0)
Imports:
checkmate (>= 2.1.0),
dplyr (>= 1.1.0),
dunlin (>= 0.1.8),
forcats (>= 1.0.0),
formatters (>= 0.5.10),
ggplot2 (>= 3.4.0),
glue (>= 1.0.0),
grid,
lifecycle (>= 0.2.0),
lubridate (>= 1.7.8),
magrittr (>= 1.5),
methods,
nestcolor (>= 0.1.1),
purrr (>= 0.3.0),
rlang (>= 1.0.0),
rlistings (>= 0.2.10),
rtables (>= 0.6.11),
stringr (>= 1.4.1),
tern (>= 0.9.7),
tibble (>= 2.0.0),
utils
Suggests:
knitr (>= 1.42),
rmarkdown (>= 2.23),
testthat (>= 3.0.4),
tidyr (>= 0.8.3),
vdiffr (>= 1.0.0),
withr (>= 2.1.0)
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: mllg/checkmate, tidyverse/dplyr,
insightsengineering/dunlin, tidyverse/forcats,
insightsengineering/formatters, tidyverse/ggplot2, tidyverse/glue,
r-lib/lifecycle, tidyverse/lubridate, tidyverse/magrittr,
insightsengineering/nestcolor, tidyverse/purrr, r-lib/rlang,
insightsengineering/rlistings, insightsengineering/rtables,
tidyverse/stringr, insightsengineering/tern, tidyverse/tibble,
yihui/knitr, rstudio/rmarkdown, r-lib/testthat, tidyverse/tidyr,
r-lib/vdiffr, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'report_null.R'
'utils.R'
'chevron_tlg-S4class.R'
'ael01_nollt.R'
'ael02.R'
'ael03.R'
'aet01.R'
'aet01_aesi.R'
'aet02.R'
'aet03.R'
'aet04.R'
'aet05.R'
'aet05_all.R'
'aet10.R'
'assertions.R'
'cfbt01.R'
'checks.R'
'chevron_tlg-S4methods.R'
'cml02a_gl.R'
'cmt01a.R'
'cmt02_pt.R'
'coxt01.R'
'coxt02.R'
'data.R'
'dmt01.R'
'dst01.R'
'dtht01.R'
'dummy_template.R'
'egt01.R'
'egt02.R'
'egt03.R'
'egt05_qtcat.R'
'ext01.R'
'fstg01.R'
'fstg02.R'
'gen_args.R'
'kmg01.R'
'lbt01.R'
'lbt04.R'
'lbt05.R'
'lbt06.R'
'lbt07.R'
'lbt14.R'
'lbt15.R'
'mht01.R'
'mng01.R'
'package.R'
'pdt01.R'
'pdt02.R'
'reexports.R'
'rmpt01.R'
'rmpt03.R'
'rmpt04.R'
'rmpt05.R'
'rmpt06.R'
'rspt01.R'
'rtables_utils.R'
'standard_rules.R'
'ttet01.R'
'unwrap.R'
'vst01.R'
'vst02.R'
'zzz.R'