-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
130 lines (129 loc) · 3.35 KB
/
NAMESPACE
File metadata and controls
130 lines (129 loc) · 3.35 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Generated by roxygen2: do not edit by hand
S3method(h5Attr,H5D)
S3method(h5Attr,H5File)
S3method(h5Attr,H5Group)
S3method(h5Attr,character)
S3method(h5AttrNames,H5D)
S3method(h5AttrNames,H5File)
S3method(h5AttrNames,H5Group)
S3method(h5AttrNames,character)
S3method(h5Attributes,H5D)
S3method(h5Attributes,H5File)
S3method(h5Attributes,H5Group)
S3method(h5Attributes,character)
S3method(h5CreateDataset,H5File)
S3method(h5CreateDataset,H5Group)
S3method(h5CreateDataset,character)
S3method(h5CreateFile,character)
S3method(h5CreateGroup,H5File)
S3method(h5CreateGroup,H5Group)
S3method(h5CreateGroup,character)
S3method(h5Delete,H5File)
S3method(h5Delete,H5Group)
S3method(h5Delete,character)
S3method(h5DeleteAttr,H5D)
S3method(h5DeleteAttr,H5File)
S3method(h5DeleteAttr,H5Group)
S3method(h5DeleteAttr,character)
S3method(h5Dims,H5D)
S3method(h5Dims,H5File)
S3method(h5Dims,H5Group)
S3method(h5Dims,character)
S3method(h5Exists,H5File)
S3method(h5Exists,H5Group)
S3method(h5Exists,character)
S3method(h5List,H5File)
S3method(h5List,H5Group)
S3method(h5List,character)
S3method(h5MaxDims,H5D)
S3method(h5MaxDims,H5File)
S3method(h5MaxDims,H5Group)
S3method(h5MaxDims,character)
S3method(h5Open,H5File)
S3method(h5Open,H5Group)
S3method(h5Open,character)
S3method(h5Prep,default)
S3method(h5Read,H5File)
S3method(h5Read,H5Group)
S3method(h5Read,character)
S3method(h5ReadDataset,H5D)
S3method(h5ReadDataset,H5File)
S3method(h5ReadDataset,H5Group)
S3method(h5ReadDataset,character)
S3method(h5Write,array)
S3method(h5Write,data.frame)
S3method(h5Write,default)
S3method(h5Write,dgCMatrix)
S3method(h5Write,dgRMatrix)
S3method(h5Write,factor)
S3method(h5Write,list)
S3method(h5WriteAttr,H5D)
S3method(h5WriteAttr,H5File)
S3method(h5WriteAttr,H5Group)
S3method(h5WriteAttr,character)
S3method(h5WriteDataset,H5D)
S3method(h5WriteDataset,H5File)
S3method(h5WriteDataset,H5Group)
S3method(h5WriteDataset,character)
S3method(h5WriteScalar,H5File)
S3method(h5WriteScalar,H5Group)
S3method(h5WriteScalar,character)
export(h5AbsLinkName)
export(h5Attr)
export(h5AttrNames)
export(h5Attributes)
export(h5Backup)
export(h5Class)
export(h5Copy)
export(h5CreateDataset)
export(h5CreateFile)
export(h5CreateGroup)
export(h5Delete)
export(h5DeleteAttr)
export(h5Dims)
export(h5Exists)
export(h5GuessDtype)
export(h5List)
export(h5MaxDims)
export(h5Move)
export(h5Open)
export(h5Overwrite)
export(h5Prep)
export(h5Read)
export(h5ReadDataset)
export(h5TryOpen)
export(h5Write)
export(h5WriteAttr)
export(h5WriteDataset)
export(h5WriteScalar)
export(is.H5D)
export(is.H5Group)
importClassesFrom(Matrix,dgRMatrix)
importFrom(Matrix,sparseMatrix)
importFrom(checkmate,assert_scalar)
importFrom(dplyr,`%>%`)
importFrom(easy.utils,chunkPoints)
importFrom(easy.utils,isValidCharacters)
importFrom(easy.utils,verboseMsg)
importFrom(hdf5r,H5D)
importFrom(hdf5r,H5File)
importFrom(hdf5r,H5Group)
importFrom(hdf5r,H5P_DATASET_CREATE)
importFrom(hdf5r,H5S)
importFrom(hdf5r,H5T_STRING)
importFrom(hdf5r,guess_chunks)
importFrom(hdf5r,guess_dtype)
importFrom(hdf5r,h5attr_names)
importFrom(hdf5r,h5const)
importFrom(hdf5r,h5garbage_collect)
importFrom(methods,is)
importFrom(methods,slot)
importFrom(rlang,.data)
importFrom(rlang,`%||%`)
importFrom(rlang,is_atomic)
importFrom(rlang,is_empty)
importFrom(rlang,is_scalar_atomic)
importFrom(stats,setNames)
importFrom(tools,file_path_as_absolute)
importFrom(utils,globalVariables)
importMethodsFrom(Matrix,t)