-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
50 lines (49 loc) · 1.3 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
# Generated by roxygen2: do not edit by hand
S3method("[",FileArray)
S3method("[<-",FileArray)
S3method("[[",FileArray)
S3method("dimnames<-",FileArray)
S3method(as.array,FileArray)
S3method(as_filearray,FileArray)
S3method(as_filearray,FileArrayProxy)
S3method(as_filearray,character)
S3method(as_filearray,default)
S3method(as_filearrayproxy,FileArray)
S3method(as_filearrayproxy,FileArrayProxy)
S3method(as_filearrayproxy,default)
S3method(dim,FileArray)
S3method(dimnames,FileArray)
S3method(fwhich,FileArray)
S3method(fwhich,default)
S3method(length,FileArray)
S3method(max,FileArray)
S3method(min,FileArray)
S3method(range,FileArray)
S3method(subset,FileArray)
S3method(sum,FileArray)
export(apply)
export(as_filearray)
export(as_filearrayproxy)
export(filearray_bind)
export(filearray_checkload)
export(filearray_create)
export(filearray_load)
export(filearray_load_or_create)
export(filearray_threads)
export(fmap)
export(fmap2)
export(fmap_element_wise)
export(fwhich)
export(mapreduce)
export(typeof)
exportClasses(FileArray)
exportClasses(FileArrayProxy)
exportMethods(apply)
exportMethods(mapreduce)
importFrom(Rcpp,sourceCpp)
importFrom(methods,new)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,setRefClass)
importFrom(methods,signature)
useDynLib(filearray, .registration = TRUE)