-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
66 lines (66 loc) · 1.71 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
export(add_listener)
export(as.mutaframe)
exportClasses(mutaframe)
exportClasses(mutalist)
exportClasses(Selection, ItemSelection, RegionSelection)
export(DataSelection)
export(duplex_data_linker)
export(is.mutaframe)
export(is_paused)
export(ItemSelection)
export(match_any_linker)
exportMethods(as.integer, as.numeric, as.logical, as.factor, as.matrix, which)
export(mutaframe)
export(mutalist)
export(mutalist2env)
export(notify_listeners)
export(pause)
export(RegionSelection)
export(remove_listener)
export(shape_changed)
export(unpause)
import(methods)
importClassesFrom(objectSignals,Signal)
importFrom(objectSignals,declareSignal)
importFrom(objectSignals,Signal)
importFrom(utils,head)
importFrom(utils,tail)
S3method(as.data.frame,mutaframe)
S3method(as.data.frame,mutalist)
S3method(as.list,mutaframe)
S3method(as.list,mutalist)
S3method(as.mutaframe,data.frame)
S3method(as.mutaframe,default)
S3method(as.mutaframe,mutaframe)
S3method(c,mutalist)
S3method(dim,mutaframe)
S3method("dimnames<-",mutaframe)
S3method(dimnames,mutaframe)
S3method(head,mutaframe)
S3method(head,mutalist)
S3method(lapply,mutalist)
S3method(length,mutalist)
S3method("[<-",mutaframe)
S3method("[",mutaframe)
S3method("[[<-",mutaframe)
S3method("[[",mutaframe)
S3method("$<-",mutaframe)
S3method("$",mutaframe)
S3method("[<-",mutalist)
S3method("[",mutalist)
S3method("[[<-",mutalist)
S3method("[[",mutalist)
S3method("$<-",mutalist)
S3method("names<-",mutaframe)
S3method(names,mutaframe)
S3method("names<-",mutalist)
S3method(names,mutalist)
S3method(ncol,mutaframe)
S3method(nrow,mutaframe)
S3method(print,mutaframe)
S3method(print,mutalist)
S3method(rep,mutalist)
S3method(rev,mutalist)
S3method(tail,mutaframe)
S3method(tail,mutalist)
S3method(unlist,mutalist)