-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 1.05 KB
/
Copy pathNAMESPACE
File metadata and controls
43 lines (42 loc) · 1.05 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
38
39
40
41
42
43
# Generated by roxygen2: do not edit by hand
S3method(as.staticPath,character)
S3method(as.staticPath,default)
S3method(as.staticPath,staticPath)
S3method(format,staticPath)
S3method(format,staticPathOptions)
S3method(print,staticPath)
S3method(print,staticPathOptions)
export(WebSocket)
export(as.staticPath)
export(decodeURI)
export(decodeURIComponent)
export(encodeURI)
export(encodeURIComponent)
export(excludeStaticPath)
export(getRNGState)
export(interrupt)
export(ipFamily)
export(listServers)
export(randomPort)
export(rawToBase64)
export(runServer)
export(runStaticServer)
export(service)
export(startDaemonizedServer)
export(startPipeServer)
export(startServer)
export(staticPath)
export(staticPathOptions)
export(stopAllServers)
export(stopDaemonizedServer)
export(stopServer)
importFrom(R6,R6Class)
importFrom(Rcpp,evalCpp)
importFrom(later,run_now)
importFrom(promises,"%...!%")
importFrom(promises,"%...>%")
importFrom(promises,finally)
importFrom(promises,is.promise)
importFrom(promises,promise)
importFrom(promises,then)
useDynLib(httpuv, .registration = TRUE)