-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 924 Bytes
/
DESCRIPTION
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
Package: chihaya
Title: Save Delayed Operations to a HDF5 File
Description:
Saves the delayed operations of a DelayedArray to a HDF5 file.
This enables efficient recovery of the DelayedArray's contents in other languages and analysis frameworks.
Authors@R: person("Aaron", "Lun", role=c("cre", "aut"), email="[email protected]")
Version: 1.5.1
Date: 2024-09-16
License: GPL-3
Depends:
DelayedArray
Imports:
methods,
Matrix,
rhdf5,
Rcpp,
HDF5Array
Suggests:
BiocGenerics,
S4Vectors,
BiocSingular,
ResidualMatrix,
BiocStyle,
testthat,
rmarkdown,
knitr
LinkingTo:
Rcpp,
Rhdf5lib
VignetteBuilder: knitr
BugReports: https://github.com/ArtifactDB/chihaya-R/issues
URL: https://github.com/ArtifactDB/chihaya-R
SystemRequirements: C++17, GNU make
Encoding: UTF-8
RoxygenNote: 7.3.2
biocViews:
DataImport,
DataRepresentation