-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (29 loc) · 1.09 KB
/
NAMESPACE
File metadata and controls
37 lines (29 loc) · 1.09 KB
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
importFrom("cli", "ansi_strip", "cli_abort", "cli_text", "style_italic", "col_grey", "style_bold")
importFrom("curl", "curl_fetch_multi", "multi_run")
importFrom("httpuv", "randomPort", "startServer", "staticPath", "staticPathOptions")
importFrom("interprocess", "mutex")
importFrom("jobqueue", "jobqueue", "%<>%", "%>%")
importFrom("jsonlite", "fromJSON", "minify", "prettify", "toJSON", "unbox")
importFrom("later", "later", "run_now")
importFrom("parallelly", "availableCores")
importFrom("promises", "as.promise", "then")
importFrom("R6", "R6Class")
importFrom("rlang", "%||%", "as_function", "catch_cnd", "cnd_signal", "env_unbind", "is_formula", "is_environment")
importFrom("webutils", "parse_http", "parse_query")
importFrom("utils", "capture.output", "hasName", "str")
export(`cookie`)
export(`fetch`)
export(`header`)
export(`js_obj`)
export(`response`)
export(`webqueue`)
S3method(print, wq_header)
S3method(print, wq_response)
export(`run_now`)
export(`availableCores`)
export(`randomPort`)
export(`staticPath`)
export(`staticPathOptions`)
export(`fromJSON`)
export(`toJSON`)
export(`unbox`)