Skip to content

Commit 8991425

Browse files
* Add id global
* Update .gitignore
1 parent e98f3ea commit 8991425

2 files changed

Lines changed: 85 additions & 31 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ docs/
88
revdep/
99
/doc/
1010
/Meta/
11+
/.posit

R/global.R

Lines changed: 84 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
utils::globalVariables(c(
22
"AEDECOD",
3-
"AESER",
3+
"AESER",
44
"AESEV",
55
"AESTDT",
66
"..prop..",
@@ -29,17 +29,17 @@ utils::globalVariables(c(
2929
"value",
3030
"ymax",
3131
"ymin",
32-
"stats",
33-
"as.dist",
34-
"cor",
32+
"stats",
33+
"as.dist",
34+
"cor",
3535
"hclust",
3636
"PopuExplor",
37-
"AVAL",
38-
"AVISIT",
39-
"AVISITN",
40-
"CMDECOD",
41-
"CMSTDT",
42-
"DECODE",
37+
"AVAL",
38+
"AVISIT",
39+
"AVISITN",
40+
"CMDECOD",
41+
"CMSTDT",
42+
"DECODE",
4343
"DOMAIN",
4444
"END",
4545
"EVENTTYP",
@@ -48,7 +48,7 @@ utils::globalVariables(c(
4848
"LBDY",
4949
"LBSTNRHI",
5050
"LBSTNRLO",
51-
"MHCAT",
51+
"MHCAT",
5252
"MHDECOD",
5353
"MHENDTC",
5454
"MHSTDTC",
@@ -57,8 +57,8 @@ utils::globalVariables(c(
5757
"PARAMCD",
5858
"START",
5959
"USUBJID",
60-
"VISIT",
61-
"Visit",
60+
"VISIT",
61+
"Visit",
6262
"all_of",
6363
"className",
6464
"col_exist",
@@ -74,7 +74,7 @@ utils::globalVariables(c(
7474
"hcl",
7575
"min_lbdt",
7676
"missing_disp",
77-
"not_exist",
77+
"not_exist",
7878
"not_exist_disp",
7979
"ord",
8080
"setNames",
@@ -113,20 +113,73 @@ utils::globalVariables(c(
113113
"adtte",
114114
"warn",
115115
"dy_min",
116-
"AEACN", "AEACNOTH", "AREL", "CNSR", "FASFL", "ITTFL", "LOWER", "Lower",
117-
"MEAN", "Mean (SD)",
118-
"Median", "Min | Max", "N", "PANEL", "Q1 | Q3", "SAFFL", "SEM", "STD",
119-
"TRTEMFL", "UPPER", "Upper",
120-
"Variable", "ae_data", "avals_by", "bds_data", "colour", "colour2",
121-
"corr", "corr_lab",
122-
"corr_lab_hover", "descr", "grp", "id_block", "id_desc", "id_rn",
123-
"id_stat", "inner_sort",
124-
"lab", "n_subgroups", "n_tot", "orig_id_rn", "orig_var_rn", "param_x",
125-
"param_y", "pt", "pval",
126-
"pval_hover", "sort_n", "v", "var", "var_rn", "where", "y",
127-
"type", "title"
128-
,":=",
129-
"DATE", "EVENT_TIME", "DATE_ST", "DECODE_ST", "DATE_EN", "DECODE_EN",
130-
"time", "est_ci",
131-
"Strata", "0.95LCL", "0.95UCL", "label"
132-
))
116+
"AEACN",
117+
"AEACNOTH",
118+
"AREL",
119+
"CNSR",
120+
"FASFL",
121+
"ITTFL",
122+
"LOWER",
123+
"Lower",
124+
"MEAN",
125+
"Mean (SD)",
126+
"Median",
127+
"Min | Max",
128+
"N",
129+
"PANEL",
130+
"Q1 | Q3",
131+
"SAFFL",
132+
"SEM",
133+
"STD",
134+
"TRTEMFL",
135+
"UPPER",
136+
"Upper",
137+
"Variable",
138+
"ae_data",
139+
"avals_by",
140+
"bds_data",
141+
"colour",
142+
"colour2",
143+
"corr",
144+
"corr_lab",
145+
"corr_lab_hover",
146+
"descr",
147+
"grp",
148+
"id_block",
149+
"id_desc",
150+
"id_rn",
151+
"id_stat",
152+
"inner_sort",
153+
"lab",
154+
"n_subgroups",
155+
"n_tot",
156+
"orig_id_rn",
157+
"orig_var_rn",
158+
"param_x",
159+
"param_y",
160+
"pt",
161+
"pval",
162+
"pval_hover",
163+
"sort_n",
164+
"v",
165+
"var",
166+
"var_rn",
167+
"where",
168+
"y",
169+
"type",
170+
"title",
171+
":=",
172+
"DATE",
173+
"EVENT_TIME",
174+
"DATE_ST",
175+
"DECODE_ST",
176+
"DATE_EN",
177+
"DECODE_EN",
178+
"time",
179+
"est_ci",
180+
"Strata",
181+
"0.95LCL",
182+
"0.95UCL",
183+
"label",
184+
"id"
185+
))

0 commit comments

Comments
 (0)