-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
S3method("[",ZarrArray)
S3method("[<-",ZarrArray)
S3method(as.array,NestedArray)
S3method(as.array,ZarrArray)
export(Attributes)
export(BloscCodec)
export(Bz2Codec)
export(Codec)
export(DirectoryStore)
export(Dtype)
export(GzipCodec)
export(HttpStore)
export(Lz4Codec)
export(LzmaCodec)
export(MemoryStore)
export(NestedArray)
export(Store)
export(VLenUtf8Codec)
export(ZarrArray)
export(ZarrGroup)
export(ZlibCodec)
export(ZstdCodec)
export(as_scalar)
export(int)
export(is_key_error)
export(is_scalar)
export(is_slice)
export(obj_list)
export(pizzarr_option_defaults)
export(pizzarr_sample)
export(slice)
export(zarr_create)
export(zarr_create_array)
export(zarr_create_empty)
export(zarr_create_group)
export(zarr_create_zeros)
export(zarr_open)
export(zarr_open_array)
export(zarr_open_group)
export(zarr_save_array)
export(zb_int)
export(zb_slice)
importFrom(R6,R6Class)
importFrom(memoise,memoise)
importFrom(memoise,timeout)
importFrom(qs,lz4_compress_raw)
importFrom(qs,lz4_decompress_raw)
importFrom(qs,zstd_compress_raw)
importFrom(qs,zstd_decompress_raw)