Package: alabaster.base
Title: Save Bioconductor Objects To File
Version: 1.1.0
Date: 2023-04-22
Authors@R: person("Aaron", "Lun", role=c("aut", "cre"), email="infinite.monkeys.with.keyboards@gmail.com")
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, jsonlite,
        jsonvalidate, Rcpp
Suggests: BiocStyle, rmarkdown, knitr, testthat, digest, Matrix
LinkingTo: Rcpp, Rhdf5lib
VignetteBuilder: knitr
SystemRequirements: C++17, GNU make
RoxygenNote: 7.2.3
biocViews: DataRepresentation, DataImport
git_url: https://git.bioconductor.org/packages/alabaster.base
git_branch: devel
git_last_commit: c70bc34
git_last_commit_date: 2023-04-25
Date/Publication: 2023-04-26
NeedsCompilation: yes
Packaged: 2023-04-26 21:01:19 UTC; biocbuild
Author: Aaron Lun [aut, cre]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>
Built: R 4.3.0; x86_64-w64-mingw32; 2023-04-27 11:18:05 UTC; windows
Archs: x64
