forked from wlandau/crew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
115 lines (114 loc) · 2.99 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
# Generated by roxygen2: do not edit by hand
export(all_of)
export(any_of)
export(contains)
export(crew_assert)
export(crew_async)
export(crew_class_async)
export(crew_class_client)
export(crew_class_controller)
export(crew_class_controller_group)
export(crew_class_launcher)
export(crew_class_launcher_local)
export(crew_class_monitor_local)
export(crew_class_relay)
export(crew_class_throttle)
export(crew_class_tls)
export(crew_clean)
export(crew_client)
export(crew_controller)
export(crew_controller_group)
export(crew_controller_local)
export(crew_deprecate)
export(crew_eval)
export(crew_eval_async)
export(crew_launcher)
export(crew_launcher_local)
export(crew_monitor_local)
export(crew_options_local)
export(crew_options_metrics)
export(crew_random_name)
export(crew_relay)
export(crew_retry)
export(crew_terminate_process)
export(crew_terminate_signal)
export(crew_throttle)
export(crew_tls)
export(crew_worker)
export(ends_with)
export(everything)
export(last_col)
export(matches)
export(num_range)
export(one_of)
export(starts_with)
importFrom(R6,R6Class)
importFrom(cli,cli_progress_bar)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_update)
importFrom(data.table,rbindlist)
importFrom(getip,getip)
importFrom(later,create_loop)
importFrom(later,current_loop)
importFrom(later,destroy_loop)
importFrom(later,exists_loop)
importFrom(later,later)
importFrom(mirai,call_mirai_)
importFrom(mirai,daemon)
importFrom(mirai,daemons)
importFrom(mirai,is_mirai)
importFrom(mirai,is_mirai_error)
importFrom(mirai,mirai)
importFrom(mirai,nextget)
importFrom(mirai,nextstream)
importFrom(mirai,saisei)
importFrom(mirai,status)
importFrom(mirai,stop_mirai)
importFrom(nanonext,"%~>%")
importFrom(nanonext,cv)
importFrom(nanonext,cv_value)
importFrom(nanonext,mclock)
importFrom(nanonext,msleep)
importFrom(nanonext,nng_error)
importFrom(nanonext,random)
importFrom(nanonext,tls_config)
importFrom(nanonext,unresolved)
importFrom(nanonext,until_)
importFrom(processx,process)
importFrom(promises,promise)
importFrom(ps,ps_cmdline)
importFrom(ps,ps_handle)
importFrom(ps,ps_is_running)
importFrom(ps,ps_pid)
importFrom(ps,ps_status)
importFrom(ps,ps_username)
importFrom(rlang,abort)
importFrom(rlang,as_function)
importFrom(rlang,enquo)
importFrom(rlang,is_installed)
importFrom(rlang,is_named)
importFrom(rlang,quo_squash)
importFrom(stats,runif)
importFrom(tibble,as_tibble)
importFrom(tibble,new_tibble)
importFrom(tibble,tibble)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,eval_select)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,num_range)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)
importFrom(tools,SIGINT)
importFrom(tools,SIGQUIT)
importFrom(tools,SIGTERM)
importFrom(tools,pskill)
importFrom(utils,capture.output)
importFrom(utils,compareVersion)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,sessionInfo)