-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
315 lines (314 loc) · 9.5 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(Ready4useArguments)
export(Ready4useDyad)
export(Ready4useFiles)
export(Ready4useIngest)
export(Ready4usePointer)
export(Ready4useProcessed)
export(Ready4useRaw)
export(Ready4useRecord)
export(Ready4useRepos)
export(add_dictionary)
export(add_discrete_palette)
export(add_ds_to_dv_repo)
export(add_dv_meta_to_imp_lup)
export(add_fields_from_lup)
export(add_files_to_dv)
export(add_from_lup_prototype)
export(add_labels_from_dictionary)
export(add_latest_match)
export(add_with_join)
export(assert_dir_exists)
export(assert_file_exists)
export(assert_matches_chr)
export(assert_single_row_tb)
export(bind_dyads)
export(deprecated)
export(exhibit.ready4use_dictionary)
export(get_colour_codes)
export(get_drop_offs)
export(get_file_from_dv)
export(get_fl_meta_from_dv_ls)
export(get_fl_nms_of_types)
export(get_journal_palette_fn)
export(get_journal_plot_fn)
export(get_local_path_to_dv_data)
export(get_r3_from_dv_csv)
export(get_raw_dss)
export(get_reference_descs)
export(get_styles)
export(get_valid_path_chr)
export(get_vars_with_cdn)
export(is_ready4use_dataverses)
export(is_ready4use_dictionary)
export(is_ready4use_distributions)
export(is_ready4use_imports)
export(is_ready4use_mapes)
export(make_correspondences)
export(make_imputed_distinct_cases)
export(make_keep_lgl)
export(make_new_ready4use_dataverses)
export(make_new_ready4use_dictionary)
export(make_new_ready4use_distributions)
export(make_new_ready4use_imports)
export(make_new_ready4use_mapes)
export(make_period_correspondences)
export(make_pt_ready4use_dataverses)
export(make_pt_ready4use_dictionary)
export(make_pt_ready4use_distributions)
export(make_pt_ready4use_imports)
export(make_pt_ready4use_mapes)
export(make_r3_from_csv_tb)
export(make_temporal_lup)
export(manufacture.ready4use_dataverses)
export(manufacture.ready4use_imports)
export(plot_for_journal)
export(procure.ready4use_dataverses)
export(procure.ready4use_imports)
export(read_import_from_csv)
export(ready4use_dataverses)
export(ready4use_dictionary)
export(ready4use_distributions)
export(ready4use_imports)
export(ready4use_mapes)
export(remove_labels_from_ds)
export(renew.ready4use_dictionary)
export(renew.ready4use_imports)
export(transform_csv_col_to_ls_col)
export(transform_dates)
export(transform_raw_df)
export(update_character_vars)
export(update_column_names)
export(update_correspondences)
export(update_dyad)
export(update_dyad_ls)
export(update_pairs_ls)
export(update_raw_data)
export(update_tb_src_loc_to_url_sngl_tb)
export(validate_ready4use_dataverses)
export(validate_ready4use_dictionary)
export(validate_ready4use_distributions)
export(validate_ready4use_imports)
export(validate_ready4use_mapes)
export(write_fls_to_dv_ds)
export(write_to_copy_fls_to_dv_dir)
exportClasses(Ready4useArguments)
exportClasses(Ready4useDyad)
exportClasses(Ready4useFiles)
exportClasses(Ready4useIngest)
exportClasses(Ready4usePointer)
exportClasses(Ready4useProcessed)
exportClasses(Ready4useRaw)
exportClasses(Ready4useRecord)
exportClasses(Ready4useRepos)
exportMethods(depict)
exportMethods(exhibit)
exportMethods(ingest)
exportMethods(manufacture)
exportMethods(procure)
exportMethods(renew)
exportMethods(share)
import(methods)
import(ready4)
importFrom(Hmisc,capitalize)
importFrom(Hmisc,label)
importFrom(assertthat,are_equal)
importFrom(assertthat,assert_that)
importFrom(data.table,fread)
importFrom(dataverse,dataverse_contents)
importFrom(dataverse,get_dataset)
importFrom(dataverse,get_dataverse)
importFrom(dataverse,update_dataset)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(english,words)
importFrom(fs,path_file)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggpubr,get_palette)
importFrom(ggpubr,ggarrange)
importFrom(ggpubr,ggballoonplot)
importFrom(ggpubr,ggbarplot)
importFrom(ggpubr,ggboxplot)
importFrom(ggpubr,ggdensity)
importFrom(ggpubr,ggdonutchart)
importFrom(ggpubr,ggdotchart)
importFrom(ggpubr,ggdotplot)
importFrom(ggpubr,ggecdf)
importFrom(ggpubr,ggerrorplot)
importFrom(ggpubr,gghistogram)
importFrom(ggpubr,ggline)
importFrom(ggpubr,ggpaired)
importFrom(ggpubr,ggpie)
importFrom(ggpubr,ggqqplot)
importFrom(ggpubr,ggscatter)
importFrom(ggpubr,ggscatterhist)
importFrom(ggpubr,ggstripchart)
importFrom(ggpubr,ggviolin)
importFrom(ggpubr,gradient_fill)
importFrom(ggsci,scale_colour_aaas)
importFrom(ggsci,scale_colour_bmj)
importFrom(ggsci,scale_colour_bs5)
importFrom(ggsci,scale_colour_cosmic)
importFrom(ggsci,scale_colour_d3)
importFrom(ggsci,scale_colour_flatui)
importFrom(ggsci,scale_colour_frontiers)
importFrom(ggsci,scale_colour_futurama)
importFrom(ggsci,scale_colour_gsea)
importFrom(ggsci,scale_colour_igv)
importFrom(ggsci,scale_colour_jama)
importFrom(ggsci,scale_colour_jco)
importFrom(ggsci,scale_colour_lancet)
importFrom(ggsci,scale_colour_locuszoom)
importFrom(ggsci,scale_colour_material)
importFrom(ggsci,scale_colour_nejm)
importFrom(ggsci,scale_colour_npg)
importFrom(ggsci,scale_colour_observable)
importFrom(ggsci,scale_colour_rickandmorty)
importFrom(ggsci,scale_colour_simpsons)
importFrom(ggsci,scale_colour_startrek)
importFrom(ggsci,scale_colour_tron)
importFrom(ggsci,scale_colour_tw3)
importFrom(ggsci,scale_colour_uchicago)
importFrom(ggsci,scale_colour_ucscgb)
importFrom(ggsci,scale_fill_aaas)
importFrom(ggsci,scale_fill_bmj)
importFrom(ggsci,scale_fill_bs5)
importFrom(ggsci,scale_fill_cosmic)
importFrom(ggsci,scale_fill_d3)
importFrom(ggsci,scale_fill_flatui)
importFrom(ggsci,scale_fill_frontiers)
importFrom(ggsci,scale_fill_futurama)
importFrom(ggsci,scale_fill_gsea)
importFrom(ggsci,scale_fill_igv)
importFrom(ggsci,scale_fill_jama)
importFrom(ggsci,scale_fill_jco)
importFrom(ggsci,scale_fill_lancet)
importFrom(ggsci,scale_fill_locuszoom)
importFrom(ggsci,scale_fill_material)
importFrom(ggsci,scale_fill_nejm)
importFrom(ggsci,scale_fill_npg)
importFrom(ggsci,scale_fill_observable)
importFrom(ggsci,scale_fill_rickandmorty)
importFrom(ggsci,scale_fill_simpsons)
importFrom(ggsci,scale_fill_startrek)
importFrom(ggsci,scale_fill_tron)
importFrom(ggsci,scale_fill_tw3)
importFrom(ggsci,scale_fill_uchicago)
importFrom(ggsci,scale_fill_ucscgb)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(lubridate,as_date)
importFrom(lubridate,is.Date)
importFrom(magrittr,"%>%")
importFrom(piggyback,pb_download_url)
importFrom(purrr,discard)
importFrom(purrr,discard_at)
importFrom(purrr,flatten_chr)
importFrom(purrr,flatten_lgl)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dbl)
importFrom(purrr,map2_dfr)
importFrom(purrr,map2_int)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(purrr,pmap_chr)
importFrom(purrr,pmap_int)
importFrom(purrr,pwalk)
importFrom(purrr,reduce)
importFrom(readxl,read_excel)
importFrom(ready4,add_lups)
importFrom(ready4,depict)
importFrom(ready4,exhibit)
importFrom(ready4,get_from_lup_obj)
importFrom(ready4,get_rds_from_dv)
importFrom(ready4,ingest)
importFrom(ready4,make_list_phrase)
importFrom(ready4,make_local_path_to_dv_data)
importFrom(ready4,manufacture)
importFrom(ready4,procure)
importFrom(ready4,remove_lbls_from_df)
importFrom(ready4,renew)
importFrom(ready4,share)
importFrom(ready4,transform_cls_type_ls)
importFrom(ready4,update_pt_fn_args_ls)
importFrom(ready4,update_tb_r3)
importFrom(ready4,write_dv_fl_to_loc)
importFrom(ready4,write_env_objs_to_dv)
importFrom(ready4,write_fls_from_dv)
importFrom(ready4,write_fls_to_dv)
importFrom(ready4,write_new_dirs)
importFrom(ready4,write_to_dv_from_tbl)
importFrom(ready4,write_with_consent)
importFrom(ready4show,make_pt_ready4show_correspondences)
importFrom(ready4show,manufacture.ready4show_correspondences)
importFrom(ready4show,print_table)
importFrom(ready4show,ready4show_correspondences)
importFrom(ready4show,renew.ready4show_correspondences)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,current_env)
importFrom(rlang,exec)
importFrom(rlang,sym)
importFrom(scales,label_percent)
importFrom(stats,setNames)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_replace_first_fixed)
importFrom(stringi,stri_replace_last_fixed)
importFrom(stringi,stri_replace_last_regex)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_title)
importFrom(stringr,word)
importFrom(testit,assert)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(utils,getFromNamespace)
importFrom(utils,read.csv)
importFrom(viridis,scale_color_viridis)
importFrom(viridis,scale_fill_viridis)
importFrom(viridis,viridis)