-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
S3method(print,chromote_info)
export("%...!%")
export("%...>%")
export("%...T!%")
export("%...T>%")
export("%>%")
export("%T>%")
export(Browser)
export(Chrome)
export(ChromeRemote)
export(Chromote)
export(ChromoteSession)
export(catch)
export(chromote_info)
export(default_chrome_args)
export(default_chromote_object)
export(finally)
export(find_chrome)
export(get_chrome_args)
export(has_default_chromote_object)
export(promise)
export(set_chrome_args)
export(set_default_chromote_object)
export(then)
import(later)
import(promises)
import(rlang)
importFrom(R6,R6Class)
importFrom(fastmap,fastmap)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(processx,process)
importFrom(promises,"%...!%")
importFrom(promises,"%...>%")
importFrom(promises,"%...T!%")
importFrom(promises,"%...T>%")
importFrom(promises,catch)
importFrom(promises,finally)
importFrom(promises,promise)
importFrom(promises,then)
importFrom(websocket,WebSocket)