forked from pharmaverse/admiraldev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
202 lines (201 loc) · 5.23 KB
/
NAMESPACE
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
# Generated by roxygen2: do not edit by hand
export("%notin%")
export("%or%")
export(add_suffix_to_vars)
export(anti_join)
export(arg_name)
export(assert_atomic_vector)
export(assert_character_scalar)
export(assert_character_vector)
export(assert_data_frame)
export(assert_date_var)
export(assert_date_vector)
export(assert_expr)
export(assert_filter_cond)
export(assert_function)
export(assert_function_param)
export(assert_has_variables)
export(assert_integer_scalar)
export(assert_list_element)
export(assert_list_of)
export(assert_logical_scalar)
export(assert_named_exprs)
export(assert_numeric_vector)
export(assert_one_to_one)
export(assert_order_vars)
export(assert_param_does_not_exist)
export(assert_s3_class)
export(assert_same_type)
export(assert_symbol)
export(assert_unit)
export(assert_vars)
export(assert_varval_list)
export(backquote)
export(contains_vars)
export(convert_dtm_to_dtc)
export(dataset_vignette)
export(dquote)
export(enumerate)
export(expect_dfs_equal)
export(expr_c)
export(extract_vars)
export(filter_if)
export(get_constant_vars)
export(get_dataset)
export(get_duplicates)
export(get_new_tmp_var)
export(get_source_vars)
export(inner_join)
export(is_auto)
export(is_named)
export(is_order_vars)
export(is_valid_dtc)
export(left_join)
export(process_set_values_to)
export(quo_c)
export(quo_not_missing)
export(remove_tmp_vars)
export(replace_symbol_in_expr)
export(replace_symbol_in_quo)
export(replace_values_by_names)
export(squote)
export(suppress_warning)
export(valid_time_units)
export(vars2chr)
export(warn_if_incomplete_dtc)
export(warn_if_inconsistent_list)
export(warn_if_invalid_dtc)
export(warn_if_vars_exist)
export(what_is_it)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,union)
importFrom(hms,as_hms)
importFrom(lifecycle,deprecate_stop)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lubridate,"%--%")
importFrom(lubridate,as_datetime)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,date)
importFrom(lubridate,days)
importFrom(lubridate,duration)
importFrom(lubridate,floor_date)
importFrom(lubridate,hours)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.instant)
importFrom(lubridate,minutes)
importFrom(lubridate,time_length)
importFrom(lubridate,weeks)
importFrom(lubridate,years)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(purrr,compose)
importFrom(purrr,every)
importFrom(purrr,flatten)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_if)
importFrom(purrr,map_lgl)
importFrom(purrr,modify_at)
importFrom(purrr,modify_if)
importFrom(purrr,reduce)
importFrom(purrr,transpose)
importFrom(purrr,walk)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(rlang,as_function)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,as_string)
importFrom(rlang,call2)
importFrom(rlang,call_name)
importFrom(rlang,caller_env)
importFrom(rlang,current_env)
importFrom(rlang,enexpr)
importFrom(rlang,enquo)
importFrom(rlang,eval_bare)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,expr_interp)
importFrom(rlang,expr_label)
importFrom(rlang,exprs)
importFrom(rlang,f_lhs)
importFrom(rlang,f_rhs)
importFrom(rlang,inform)
importFrom(rlang,is_bare_formula)
importFrom(rlang,is_call)
importFrom(rlang,is_character)
importFrom(rlang,is_expression)
importFrom(rlang,is_formula)
importFrom(rlang,is_integerish)
importFrom(rlang,is_logical)
importFrom(rlang,is_missing)
importFrom(rlang,is_quosure)
importFrom(rlang,is_symbol)
importFrom(rlang,is_symbolic)
importFrom(rlang,missing_arg)
importFrom(rlang,new_formula)
importFrom(rlang,parse_expr)
importFrom(rlang,parse_exprs)
importFrom(rlang,quo)
importFrom(rlang,quo_is_missing)
importFrom(rlang,quo_is_null)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rlang,type_of)
importFrom(rlang,warn)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_glue)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_title)
importFrom(stringr,str_to_upper)
importFrom(stringr,str_trim)
importFrom(tidyr,drop_na)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,vars_select)
importFrom(utils,capture.output)
importFrom(utils,str)