Package: beachmat.tiledb
Version: 1.3.0
Date: 2025-07-13
Title: beachmat bindings for TileDB-backed matrices
Description: 
    Extends beachmat to initialize tatami matrices from TileDB-backed arrays.
    This allows C++ code in downstream packages to directly call the TileDB C/C++ library to access array data,
    without the need for block processing via DelayedArray.
    Developers only need to import this package to automatically extend the capabilities of beachmat::initializeCpp to TileDBArray instances.
Authors@R: person("Aaron", "Lun", role = c("aut", "cre"), email = "infinite.monkeys.with.keyboards@gmail.com")
Imports: 
    methods,
    beachmat,
    tiledb,
    TileDBArray,
    DelayedArray,
    Rcpp
Suggests: 
    testthat,
    BiocStyle,
    knitr,
    rmarkdown,
    Matrix
LinkingTo: 
    Rcpp, 
    assorthead,
    beachmat
biocViews:
    DataRepresentation,
    DataImport,
    Infrastructure
License: GPL-3
NeedsCompilation: yes
VignetteBuilder: knitr
SystemRequirements: C++17
URL: https://github.com/tatami-inc/beachmat.tiledb
BugReports: https://github.com/tatami-inc/beachmat.tiledb/issues
RoxygenNote: 7.3.2
Encoding: UTF-8
git_url: https://git.bioconductor.org/packages/beachmat.tiledb
git_branch: devel
git_last_commit: df0fa94
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.23
