-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
52 lines (51 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
S3method(print,parabar)
export(AsyncBackend)
export(Backend)
export(BackendFactory)
export(BackendService)
export(Bar)
export(BarFactory)
export(BasicBar)
export(Context)
export(ContextFactory)
export(Exception)
export(Helper)
export(LOGO)
export(ModernBar)
export(Options)
export(ProgressTrackingContext)
export(SessionState)
export(Specification)
export(SyncBackend)
export(TaskState)
export(UserApiConsumer)
export(Warning)
export(clear)
export(configure_bar)
export(evaluate)
export(export)
export(get_option)
export(make_logo)
export(par_apply)
export(par_lapply)
export(par_sapply)
export(peek)
export(set_default_options)
export(set_option)
export(start_backend)
export(stop_backend)
importFrom(R6,R6Class)
importFrom(callr,r_session)
importFrom(filelock,lock)
importFrom(filelock,unlock)
importFrom(parallel,clusterCall)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parApply)
importFrom(parallel,parLapply)
importFrom(parallel,parSapply)
importFrom(parallel,stopCluster)
importFrom(progress,progress_bar)