-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.13 KB
/
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
39
40
41
Package: alabaster.base
Title: Save Bioconductor Objects to File
Version: 1.7.6
Date: 2025-02-02
Authors@R: person("Aaron", "Lun", role=c("aut", "cre"), email="[email protected]")
License: MIT + file LICENSE
Description:
Save Bioconductor data structures into file artifacts, and load them back into memory.
This is a more robust and portable alternative to serialization of such objects into RDS files.
Each artifact is associated with metadata for further interpretation;
downstream applications can enrich this metadata with context-specific properties.
Imports:
alabaster.schemas,
methods,
utils,
S4Vectors,
rhdf5 (>= 2.47.6),
jsonlite,
jsonvalidate,
Rcpp
Suggests:
BiocStyle,
rmarkdown,
knitr,
testthat,
digest,
Matrix,
alabaster.matrix
LinkingTo:
Rcpp,
assorthead (>= 1.1.2),
Rhdf5lib
VignetteBuilder: knitr
SystemRequirements: C++17, GNU make
RoxygenNote: 7.3.2
Encoding: UTF-8
biocViews:
DataRepresentation,
DataImport
URL: https://github.com/ArtifactDB/alabaster.base
BugReports: https://github.com/ArtifactDB/alabaster.base/issues