# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "DelayedArray" in publications use:' type: software license: Artistic-2.0 title: 'DelayedArray: A unified framework for working transparently with on-disk and in-memory array-like datasets' version: 0.33.1 doi: 10.32614/CRAN.package.DelayedArray abstract: Wrapping an array-like object (typically an on-disk object) in a DelayedArray object allows one to perform common array operations on it without loading the object in memory. In order to reduce memory usage and optimize performance, operations on the object are either delayed or executed using a block processing mechanism. Note that this also works on in-memory array-like objects like DataFrame objects (typically with Rle columns), Matrix objects, ordinary arrays and, data frames. authors: - family-names: Pagès given-names: Hervé email: hpages.on.github@gmail.com repository: https://mojaveazure.r-universe.dev repository-code: https://github.com/Bioconductor/DelayedArray commit: fccdf162fd75b07c7cb912e775489c5ff27a084a url: https://bioconductor.org/packages/DelayedArray contact: - family-names: Pagès given-names: Hervé email: hpages.on.github@gmail.com