-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
S3method(default,character)
S3method(default,data.frame)
S3method(default,default)
S3method(default,double)
S3method(default,factor)
S3method(default,file)
S3method(default,integer)
S3method(default,list)
S3method(default,logical)
S3method(makeInput,character)
S3method(makeInput,data.frame)
S3method(makeInput,double)
S3method(makeInput,factor)
S3method(makeInput,file)
S3method(makeInput,integer)
S3method(makeInput,list)
S3method(makeInput,logical)
S3method(makeOutput,"NULL")
S3method(makeOutput,character)
S3method(makeOutput,data.frame)
S3method(makeOutput,double)
S3method(makeOutput,factor)
S3method(makeOutput,file)
S3method(makeOutput,ggplot)
S3method(makeOutput,integer)
S3method(makeOutput,list)
S3method(makeOutput,logical)
S3method(makeOutput,matrix)
S3method(render,"NULL")
S3method(render,character)
S3method(render,data.frame)
S3method(render,double)
S3method(render,factor)
S3method(render,file)
S3method(render,ggplot)
S3method(render,integer)
S3method(render,list)
S3method(render,logical)
S3method(render,matrix)
export(.NULL)
export(File)
export(makeApp)
export(makeFiles)
importFrom(shiny,as.shiny.appobj)
importFrom(utils,methods)