Package: alabaster.base
Title: Save Bioconductor Objects to File
Version: 1.11.1
Date: 2025-11-02
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 (>= 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.3
Encoding: UTF-8
biocViews:
    DataRepresentation,
    DataImport
URL: https://github.com/ArtifactDB/alabaster.base
BugReports: https://github.com/ArtifactDB/alabaster.base/issues
git_url: https://git.bioconductor.org/packages/alabaster.base
git_branch: devel
git_last_commit: 1d97e98
git_last_commit_date: 2025-11-03
Repository: Bioconductor 3.23
