-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
executable file
·52 lines (51 loc) · 1.08 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,sketch_rule)
export(assets)
export(basic_deparsers)
export(basic_rules)
export(basic_tags)
export(bundle)
export(combine_rules)
export(compile_active)
export(compile_data)
export(compile_exprs)
export(compile_r)
export(const)
export(declare)
export(default_2_deparsers)
export(default_deparsers)
export(default_processors)
export(default_rules)
export(default_tags)
export(deparse_js)
export(dp)
export(eng_sketch)
export(flatten_filelist)
export(get_dependencies)
export(insert_sketch)
export(let)
export(license_info)
export(local)
export(make_deparser)
export(make_rule)
export(parse_expr)
export(read_multilines)
export(rewrite)
export(runShinyApp)
export(safeguard)
export(source_active)
export(source_js)
export(source_r)
export(split_rules)
export(src)
export(test_sketch)
export(websocket)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(methods,formalArgs)
importFrom(stats,setNames)
importFrom(utils,getParseData)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)