-
Notifications
You must be signed in to change notification settings - Fork 73
/
NAMESPACE
629 lines (628 loc) · 20.3 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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
# Generated by roxygen2: do not edit by hand
S3method(future_value_target,condition)
S3method(future_value_target,tar_target)
S3method(hash_import_object,"function")
S3method(hash_import_object,character)
S3method(hash_import_object,default)
S3method(imports_init,default)
S3method(imports_init,tar_imports)
S3method(pipeline_from_list,default)
S3method(pipeline_from_list,tar_pipeline)
S3method(print,tar_cue)
S3method(print,tar_pattern)
S3method(print,tar_pipeline)
S3method(print,tar_resources_aws)
S3method(print,tar_resources_clustermq)
S3method(print,tar_resources_crew)
S3method(print,tar_resources_custom_format)
S3method(print,tar_resources_feather)
S3method(print,tar_resources_fst)
S3method(print,tar_resources_future)
S3method(print,tar_resources_gcp)
S3method(print,tar_resources_network)
S3method(print,tar_resources_parquet)
S3method(print,tar_resources_qs)
S3method(print,tar_resources_repository_cas)
S3method(print,tar_resources_url)
S3method(print,tar_stem)
S3method(resources_validate,default)
S3method(resources_validate,tar_resources_aws)
S3method(resources_validate,tar_resources_clustermq)
S3method(resources_validate,tar_resources_crew)
S3method(resources_validate,tar_resources_custom_format)
S3method(resources_validate,tar_resources_feather)
S3method(resources_validate,tar_resources_fst)
S3method(resources_validate,tar_resources_future)
S3method(resources_validate,tar_resources_gcp)
S3method(resources_validate,tar_resources_network)
S3method(resources_validate,tar_resources_parquet)
S3method(resources_validate,tar_resources_qs)
S3method(resources_validate,tar_resources_repository_cas)
S3method(resources_validate,tar_resources_url)
S3method(store_assert_format,default)
S3method(store_assert_format,tar_feather)
S3method(store_assert_format,tar_parquet)
S3method(store_assert_format,tar_store_file)
S3method(store_assert_format,tar_url)
S3method(store_assert_format_setting,auto)
S3method(store_assert_format_setting,aws_file)
S3method(store_assert_format_setting,default)
S3method(store_assert_format_setting,feather)
S3method(store_assert_format_setting,file)
S3method(store_assert_format_setting,file_fast)
S3method(store_assert_format_setting,format_custom)
S3method(store_assert_format_setting,fst)
S3method(store_assert_format_setting,fst_dt)
S3method(store_assert_format_setting,fst_tbl)
S3method(store_assert_format_setting,gcp_file)
S3method(store_assert_format_setting,keras)
S3method(store_assert_format_setting,null)
S3method(store_assert_format_setting,parquet)
S3method(store_assert_format_setting,qs)
S3method(store_assert_format_setting,rds)
S3method(store_assert_format_setting,torch)
S3method(store_assert_format_setting,url)
S3method(store_assert_repository_setting,aws)
S3method(store_assert_repository_setting,default)
S3method(store_assert_repository_setting,gcp)
S3method(store_assert_repository_setting,local)
S3method(store_assert_repository_setting,repository_cas)
S3method(store_cache_path,default)
S3method(store_cache_path,tar_cloud)
S3method(store_cache_path,tar_external)
S3method(store_class_format,auto)
S3method(store_class_format,feather)
S3method(store_class_format,file)
S3method(store_class_format,file_fast)
S3method(store_class_format,format_custom)
S3method(store_class_format,fst)
S3method(store_class_format,fst_dt)
S3method(store_class_format,fst_tbl)
S3method(store_class_format,keras)
S3method(store_class_format,null)
S3method(store_class_format,parquet)
S3method(store_class_format,qs)
S3method(store_class_format,rds)
S3method(store_class_format,torch)
S3method(store_class_format,url)
S3method(store_class_repository,aws)
S3method(store_class_repository,default)
S3method(store_class_repository,gcp)
S3method(store_class_repository,repository_cas)
S3method(store_convert_object,tar_feather)
S3method(store_convert_object,tar_fst)
S3method(store_convert_object,tar_fst_dt)
S3method(store_convert_object,tar_fst_tbl)
S3method(store_convert_object,tar_parquet)
S3method(store_convert_object,tar_store_file)
S3method(store_convert_object,tar_store_format_custom)
S3method(store_convert_object,tar_url)
S3method(store_copy_object,tar_fst_dt)
S3method(store_copy_object,tar_store_format_custom)
S3method(store_delete_object,default)
S3method(store_delete_object,tar_gcp)
S3method(store_delete_objects,default)
S3method(store_delete_objects,tar_aws)
S3method(store_delete_objects,tar_gcp)
S3method(store_delete_objects,tar_repository_cas)
S3method(store_ensure_correct_hash,default)
S3method(store_ensure_correct_hash,tar_cloud)
S3method(store_ensure_correct_hash,tar_repository_cas)
S3method(store_ensure_correct_hash,tar_store_file)
S3method(store_ensure_correct_hash,tar_url)
S3method(store_exist_object,default)
S3method(store_exist_object,tar_aws)
S3method(store_exist_object,tar_gcp)
S3method(store_get_packages,default)
S3method(store_get_packages,tar_auto)
S3method(store_get_packages,tar_aws)
S3method(store_get_packages,tar_feather)
S3method(store_get_packages,tar_fst)
S3method(store_get_packages,tar_fst_dt)
S3method(store_get_packages,tar_fst_tbl)
S3method(store_get_packages,tar_gcp)
S3method(store_get_packages,tar_keras)
S3method(store_get_packages,tar_parquet)
S3method(store_get_packages,tar_qs)
S3method(store_get_packages,tar_torch)
S3method(store_get_packages,tar_url)
S3method(store_has_correct_hash,default)
S3method(store_has_correct_hash,tar_aws)
S3method(store_has_correct_hash,tar_gcp)
S3method(store_has_correct_hash,tar_repository_cas)
S3method(store_has_correct_hash,tar_url)
S3method(store_hash_early,default)
S3method(store_hash_early,tar_aws_file)
S3method(store_hash_early,tar_gcp_file)
S3method(store_hash_early,tar_repository_cas)
S3method(store_hash_early,tar_repository_cas_file)
S3method(store_hash_early,tar_store_file)
S3method(store_hash_early,tar_url)
S3method(store_hash_late,default)
S3method(store_hash_late,tar_aws_file)
S3method(store_hash_late,tar_cloud)
S3method(store_hash_late,tar_gcp_file)
S3method(store_hash_late,tar_repository_cas)
S3method(store_hash_late,tar_repository_cas_file)
S3method(store_hash_late,tar_store_file)
S3method(store_hash_late,tar_url)
S3method(store_marshal_object,default)
S3method(store_marshal_object,tar_keras)
S3method(store_marshal_object,tar_store_format_custom)
S3method(store_marshal_object,tar_torch)
S3method(store_marshal_value,default)
S3method(store_marshal_value,tar_nonexportable)
S3method(store_path_from_record,default)
S3method(store_path_from_record,tar_external)
S3method(store_produce_path,default)
S3method(store_produce_path,tar_aws)
S3method(store_produce_path,tar_aws_file)
S3method(store_produce_path,tar_gcp)
S3method(store_produce_path,tar_gcp_file)
S3method(store_produce_path,tar_store_file)
S3method(store_produce_path,tar_url)
S3method(store_produce_stage,default)
S3method(store_produce_stage,tar_aws_file)
S3method(store_produce_stage,tar_cloud)
S3method(store_produce_stage,tar_gcp_file)
S3method(store_read_object,default)
S3method(store_read_object,tar_aws)
S3method(store_read_object,tar_aws_file)
S3method(store_read_object,tar_gcp)
S3method(store_read_object,tar_gcp_file)
S3method(store_read_object,tar_repository_cas)
S3method(store_read_object,tar_repository_cas_file)
S3method(store_read_path,tar_feather)
S3method(store_read_path,tar_fst)
S3method(store_read_path,tar_fst_dt)
S3method(store_read_path,tar_fst_tbl)
S3method(store_read_path,tar_keras)
S3method(store_read_path,tar_null)
S3method(store_read_path,tar_parquet)
S3method(store_read_path,tar_qs)
S3method(store_read_path,tar_rds)
S3method(store_read_path,tar_store_file)
S3method(store_read_path,tar_store_format_custom)
S3method(store_read_path,tar_torch)
S3method(store_read_path,tar_url)
S3method(store_row_path,default)
S3method(store_row_path,tar_external)
S3method(store_sync_file_meta,default)
S3method(store_sync_file_meta,tar_cloud)
S3method(store_sync_file_meta,tar_url)
S3method(store_tar_path,default)
S3method(store_tar_path,tar_cloud)
S3method(store_unload,default)
S3method(store_unload,tar_aws_file)
S3method(store_unload,tar_gcp_file)
S3method(store_unload,tar_repository_cas_file)
S3method(store_unmarshal_object,default)
S3method(store_unmarshal_object,tar_keras)
S3method(store_unmarshal_object,tar_store_format_custom)
S3method(store_unmarshal_object,tar_torch)
S3method(store_unmarshal_value,default)
S3method(store_unmarshal_value,tar_nonexportable)
S3method(store_update_stage_early,default)
S3method(store_update_stage_early,tar_store_file)
S3method(store_update_stage_late,default)
S3method(store_update_stage_late,tar_store_file)
S3method(store_upload_object,default)
S3method(store_upload_object,tar_aws)
S3method(store_upload_object,tar_aws_file)
S3method(store_upload_object,tar_gcp)
S3method(store_upload_object,tar_gcp_file)
S3method(store_upload_object,tar_repository_cas)
S3method(store_upload_object,tar_repository_cas_file)
S3method(store_write_object,default)
S3method(store_write_object,tar_cloud)
S3method(store_write_object,tar_store_file)
S3method(store_write_object,tar_url)
S3method(store_write_path,tar_feather)
S3method(store_write_path,tar_fst)
S3method(store_write_path,tar_keras)
S3method(store_write_path,tar_null)
S3method(store_write_path,tar_parquet)
S3method(store_write_path,tar_qs)
S3method(store_write_path,tar_rds)
S3method(store_write_path,tar_store_file)
S3method(store_write_path,tar_store_format_custom)
S3method(store_write_path,tar_torch)
S3method(store_write_path,tar_url)
S3method(tar_make_interactive_load_target,tar_bud)
S3method(tar_make_interactive_load_target,tar_target)
S3method(target_bootstrap,tar_builder)
S3method(target_bootstrap,tar_pattern)
S3method(target_bootstrap,tar_stem)
S3method(target_branches_over,default)
S3method(target_branches_over,tar_pattern)
S3method(target_conclude,tar_builder)
S3method(target_conclude,tar_pattern)
S3method(target_conclude,tar_target)
S3method(target_debug,default)
S3method(target_debug,tar_builder)
S3method(target_ensure_buds,tar_branch)
S3method(target_ensure_buds,tar_stem)
S3method(target_get_children,default)
S3method(target_get_children,tar_pattern)
S3method(target_get_children,tar_stem)
S3method(target_get_packages,default)
S3method(target_get_packages,tar_builder)
S3method(target_get_type,tar_branch)
S3method(target_get_type,tar_pattern)
S3method(target_get_type,tar_stem)
S3method(target_get_type_cli,default)
S3method(target_get_type_cli,tar_stem)
S3method(target_is_branchable,default)
S3method(target_is_branchable,tar_pattern)
S3method(target_is_branchable,tar_stem)
S3method(target_marshal_value,default)
S3method(target_marshal_value,tar_pattern)
S3method(target_needs_worker,default)
S3method(target_needs_worker,tar_builder)
S3method(target_needs_worker,tar_pattern)
S3method(target_patternview_canceled,default)
S3method(target_patternview_canceled,tar_branch)
S3method(target_patternview_dispatched,default)
S3method(target_patternview_dispatched,tar_branch)
S3method(target_patternview_errored,default)
S3method(target_patternview_errored,tar_branch)
S3method(target_patternview_meta,default)
S3method(target_patternview_meta,tar_branch)
S3method(target_prepare,default)
S3method(target_prepare,tar_builder)
S3method(target_produce_child,tar_pattern)
S3method(target_produce_child,tar_stem)
S3method(target_produce_junction,tar_pattern)
S3method(target_produce_junction,tar_stem)
S3method(target_produce_record,tar_branch)
S3method(target_produce_record,tar_pattern)
S3method(target_produce_record,tar_stem)
S3method(target_produce_reference,default)
S3method(target_produce_reference,tar_branch)
S3method(target_produce_reference,tar_bud)
S3method(target_read_value,tar_bud)
S3method(target_read_value,tar_builder)
S3method(target_read_value,tar_pattern)
S3method(target_restore_buds,tar_branch)
S3method(target_restore_buds,tar_stem)
S3method(target_run,default)
S3method(target_run,tar_builder)
S3method(target_run_worker,tar_builder)
S3method(target_should_run,tar_builder)
S3method(target_should_run,tar_pattern)
S3method(target_should_run_worker,default)
S3method(target_should_run_worker,tar_builder)
S3method(target_skip,tar_builder)
S3method(target_skip,tar_pattern)
S3method(target_skip,tar_stem)
S3method(target_sync_file_meta,default)
S3method(target_sync_file_meta,tar_builder)
S3method(target_unmarshal_value,default)
S3method(target_unmarshal_value,tar_pattern)
S3method(target_update_depend,tar_builder)
S3method(target_update_depend,tar_pattern)
S3method(target_validate,tar_branch)
S3method(target_validate,tar_bud)
S3method(target_validate,tar_builder)
S3method(target_validate,tar_pattern)
S3method(target_validate,tar_stem)
S3method(target_validate,tar_target)
S3method(target_worker_extras,tar_bud)
S3method(target_worker_extras,tar_pattern)
S3method(target_worker_extras,tar_target)
S3method(value_count_slices,tar_group)
S3method(value_count_slices,tar_list)
S3method(value_count_slices,tar_vector)
S3method(value_produce_aggregate,tar_group)
S3method(value_produce_aggregate,tar_list)
S3method(value_produce_aggregate,tar_vector)
S3method(value_produce_slice,tar_group)
S3method(value_produce_slice,tar_list)
S3method(value_produce_slice,tar_vector)
S3method(value_produce_slice_kernel,default)
S3method(value_produce_slice_kernel,tar_group)
S3method(value_validate,tar_group)
S3method(value_validate,tar_value)
export(all_of)
export(any_of)
export(callr_args_default)
export(contains)
export(ends_with)
export(everything)
export(last_col)
export(matches)
export(num_range)
export(one_of)
export(rstudio_addin_tar_glimpse)
export(rstudio_addin_tar_load)
export(rstudio_addin_tar_make_bg)
export(rstudio_addin_tar_outdated)
export(rstudio_addin_tar_progress)
export(rstudio_addin_tar_read)
export(rstudio_addin_tar_target)
export(rstudio_addin_tar_visnetwork)
export(starts_with)
export(tar_active)
export(tar_assert_chr)
export(tar_assert_dbl)
export(tar_assert_df)
export(tar_assert_envir)
export(tar_assert_equal_lengths)
export(tar_assert_expr)
export(tar_assert_file)
export(tar_assert_finite)
export(tar_assert_flag)
export(tar_assert_function)
export(tar_assert_function_arguments)
export(tar_assert_ge)
export(tar_assert_identical)
export(tar_assert_in)
export(tar_assert_inherits)
export(tar_assert_int)
export(tar_assert_internet)
export(tar_assert_lang)
export(tar_assert_le)
export(tar_assert_lgl)
export(tar_assert_list)
export(tar_assert_match)
export(tar_assert_name)
export(tar_assert_named)
export(tar_assert_names)
export(tar_assert_nonempty)
export(tar_assert_nonmissing)
export(tar_assert_not_dir)
export(tar_assert_not_dirs)
export(tar_assert_not_expr)
export(tar_assert_not_in)
export(tar_assert_null)
export(tar_assert_nzchar)
export(tar_assert_package)
export(tar_assert_path)
export(tar_assert_positive)
export(tar_assert_scalar)
export(tar_assert_store)
export(tar_assert_target)
export(tar_assert_target_list)
export(tar_assert_true)
export(tar_assert_unique)
export(tar_assert_unique_targets)
export(tar_backoff)
export(tar_bind)
export(tar_branch_index)
export(tar_branch_names)
export(tar_branch_names_raw)
export(tar_branches)
export(tar_built)
export(tar_call)
export(tar_callr_args_default)
export(tar_callr_inner_try)
export(tar_cancel)
export(tar_canceled)
export(tar_cas_d)
export(tar_cas_e)
export(tar_cas_l)
export(tar_cas_u)
export(tar_completed)
export(tar_condition_traced)
export(tar_config_get)
export(tar_config_projects)
export(tar_config_set)
export(tar_config_unset)
export(tar_config_yaml)
export(tar_counter)
export(tar_crew)
export(tar_cue)
export(tar_debug_instructions)
export(tar_deduplicate)
export(tar_definition)
export(tar_delete)
export(tar_deparse_language)
export(tar_deparse_safe)
export(tar_deps)
export(tar_deps_raw)
export(tar_described_as)
export(tar_destroy)
export(tar_dir)
export(tar_dispatched)
export(tar_edit)
export(tar_engine_knitr)
export(tar_envir)
export(tar_envvars)
export(tar_error)
export(tar_errored)
export(tar_exist_meta)
export(tar_exist_objects)
export(tar_exist_process)
export(tar_exist_progress)
export(tar_exist_script)
export(tar_format)
export(tar_format_get)
export(tar_github_actions)
export(tar_glimpse)
export(tar_group)
export(tar_helper)
export(tar_helper_raw)
export(tar_interactive)
export(tar_invalidate)
export(tar_load)
export(tar_load_everything)
export(tar_load_globals)
export(tar_load_raw)
export(tar_make)
export(tar_make_clustermq)
export(tar_make_future)
export(tar_make_interactive)
export(tar_manifest)
export(tar_mermaid)
export(tar_message)
export(tar_message_run)
export(tar_message_validate)
export(tar_meta)
export(tar_meta_delete)
export(tar_meta_download)
export(tar_meta_sync)
export(tar_meta_upload)
export(tar_name)
export(tar_network)
export(tar_newer)
export(tar_noninteractive)
export(tar_objects)
export(tar_older)
export(tar_option_export)
export(tar_option_get)
export(tar_option_reset)
export(tar_option_set)
export(tar_outdated)
export(tar_path)
export(tar_path_script)
export(tar_path_script_support)
export(tar_path_store)
export(tar_path_target)
export(tar_pattern)
export(tar_pid)
export(tar_pipeline)
export(tar_poll)
export(tar_print)
export(tar_process)
export(tar_progress)
export(tar_progress_branches)
export(tar_progress_summary)
export(tar_prune)
export(tar_prune_list)
export(tar_random_port)
export(tar_read)
export(tar_read_raw)
export(tar_renv)
export(tar_repository_cas)
export(tar_repository_cas_local)
export(tar_repository_cas_local_gc)
export(tar_reprex)
export(tar_resources)
export(tar_resources_aws)
export(tar_resources_clustermq)
export(tar_resources_crew)
export(tar_resources_custom_format)
export(tar_resources_feather)
export(tar_resources_fst)
export(tar_resources_future)
export(tar_resources_gcp)
export(tar_resources_network)
export(tar_resources_parquet)
export(tar_resources_qs)
export(tar_resources_repository_cas)
export(tar_resources_url)
export(tar_runtime_object)
export(tar_script)
export(tar_seed)
export(tar_seed_create)
export(tar_seed_get)
export(tar_seed_set)
export(tar_sitrep)
export(tar_skipped)
export(tar_source)
export(tar_started)
export(tar_store)
export(tar_target)
export(tar_target_raw)
export(tar_test)
export(tar_throw_file)
export(tar_throw_run)
export(tar_throw_validate)
export(tar_tidy_eval)
export(tar_tidyselect_eval)
export(tar_timestamp)
export(tar_timestamp_raw)
export(tar_toggle)
export(tar_traceback)
export(tar_unblock_process)
export(tar_unscript)
export(tar_unversion)
export(tar_validate)
export(tar_visnetwork)
export(tar_warn_deprecate)
export(tar_warn_run)
export(tar_warn_validate)
export(tar_warning)
export(tar_watch)
export(tar_watch_app_ui)
export(tar_watch_server)
export(tar_watch_ui)
export(tar_workspace)
export(tar_workspaces)
export(target_run_worker)
export(use_targets)
export(use_targets_rmd)
importFrom(R6,R6Class)
importFrom(base64url,base64_urldecode)
importFrom(base64url,base64_urlencode)
importFrom(callr,r)
importFrom(callr,r_bg)
importFrom(cli,col_blue)
importFrom(cli,col_green)
importFrom(cli,col_red)
importFrom(cli,col_yellow)
importFrom(cli,make_spinner)
importFrom(cli,num_ansi_colors)
importFrom(cli,style_hyperlink)
importFrom(cli,symbol)
importFrom(codetools,findGlobals)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(igraph,V)
importFrom(igraph,adjacent_vertices)
importFrom(igraph,as_edgelist)
importFrom(igraph,gorder)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,igraph_opt)
importFrom(igraph,igraph_options)
importFrom(igraph,is_dag)
importFrom(igraph,simplify)
importFrom(igraph,topo_sort)
importFrom(knitr,engine_output)
importFrom(knitr,knit_engines)
importFrom(ps,ps_create_time)
importFrom(ps,ps_disk_partitions)
importFrom(ps,ps_fs_mount_point)
importFrom(ps,ps_handle)
importFrom(rlang,abort)
importFrom(rlang,as_function)
importFrom(rlang,check_installed)
importFrom(rlang,enquo)
importFrom(rlang,inform)
importFrom(rlang,is_installed)
importFrom(rlang,quo_squash)
importFrom(rlang,warn)
importFrom(secretbase,shake256)
importFrom(secretbase,siphash13)
importFrom(stats,complete.cases)
importFrom(stats,runif)
importFrom(tibble,as_tibble)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,num_range)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)
importFrom(tools,file_path_sans_ext)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,compareVersion)
importFrom(utils,data)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,menu)
importFrom(utils,packageVersion)
importFrom(utils,stack)
importFrom(utils,tail)
importFrom(vctrs,vec_c)
importFrom(vctrs,vec_rbind)
importFrom(vctrs,vec_size)
importFrom(vctrs,vec_slice)
importFrom(yaml,read_yaml)