Package: TileDBArray Version: 1.23.0 Date: 2026-04-10 Title: Using TileDB as a DelayedArray Backend Description: Implements a DelayedArray backend for reading and writing dense or sparse arrays in the TileDB format. The resulting TileDBArrays are compatible with all Bioconductor pipelines that can accept DelayedArray instances. Authors@R: c( person("Aaron", "Lun", role=c("aut", "cre"), email="infinite.monkeys.with.keyboards@gmail.com"), person("Genentech, Inc.", role="cph") ) License: MIT + file LICENSE Depends: SparseArray (>= 1.5.20), DelayedArray (>= 0.31.7) Imports: methods, tiledb, S4Vectors Suggests: knitr, Matrix, rmarkdown, BiocStyle, BiocParallel, testthat biocViews: DataRepresentation, Infrastructure, Software VignetteBuilder: knitr BugReports: https://github.com/LTLA/TileDBArray URL: https://github.com/LTLA/TileDBArray RoxygenNote: 7.3.2 Encoding: UTF-8 Config/pak/sysreqs: cmake git libzstd-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:53:43 UTC RemoteUrl: https://github.com/bioc/TileDBArray RemoteRef: HEAD RemoteSha: 2d0c3223a3a69365487ae2ac971b3d48ac0c8091 NeedsCompilation: no Packaged: 2026-05-30 09:42:26 UTC; root Author: Aaron Lun [aut, cre], Genentech, Inc. [cph] Maintainer: Aaron Lun