-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
42 lines (41 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export(Fire)
export(combined_log_format)
export(common_log_format)
export(fake_request)
export(logger_console)
export(logger_file)
export(logger_null)
export(logger_switch)
export(random_port)
import(rlang)
importFrom(R6,R6Class)
importFrom(crayon,blue)
importFrom(crayon,bold)
importFrom(crayon,cyan)
importFrom(crayon,green)
importFrom(crayon,magenta)
importFrom(crayon,make_style)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(future,future)
importFrom(future,multicore)
importFrom(future,multisession)
importFrom(future,resolved)
importFrom(future,sequential)
importFrom(future,value)
importFrom(glue,glue_data)
importFrom(httpuv,service)
importFrom(httpuv,startDaemonizedServer)
importFrom(httpuv,startServer)
importFrom(httpuv,stopDaemonizedServer)
importFrom(httpuv,stopServer)
importFrom(later,later)
importFrom(parallelly,availableCores)
importFrom(reqres,Request)
importFrom(stats,setNames)
importFrom(stringi,stri_match)
importFrom(stringi,stri_pad_left)
importFrom(utils,browseURL)
importFrom(utils,packageVersion)
importFrom(uuid,UUIDgenerate)