-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
export(GetMatrixSize)
export(as.big.matrix)
export(attach.big.matrix)
export(big.matrix)
export(deepcopy)
export(dir.name)
export(file.name)
export(filebacked.big.matrix)
export(flush)
export(is.big.matrix)
export(is.filebacked)
export(is.float)
export(is.nil)
export(is.readonly)
export(is.separated)
export(is.shared)
export(is.sub.big.matrix)
export(morder)
export(morderCols)
export(mpermute)
export(mpermuteCols)
export(mwhich)
export(read.big.matrix)
export(shared.name)
export(sub.big.matrix)
export(write.big.matrix)
exportClasses(big.matrix)
exportClasses(big.matrix.descriptor)
exportMethods("[")
exportMethods("[<-")
exportMethods("dimnames<-")
exportMethods(as.matrix)
exportMethods(attach.resource)
exportMethods(describe)
exportMethods(dim)
exportMethods(dimnames)
exportMethods(head)
exportMethods(length)
exportMethods(ncol)
exportMethods(nrow)
exportMethods(print)
exportMethods(tail)
exportMethods(typeof)
import(Rcpp)
import(bigmemory.sri)
import(methods)
importFrom(stats,na.omit)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(uuid,UUIDgenerate)
useDynLib(bigmemory, .registration = TRUE)