# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "SparseArray" in publications use:' type: software license: Artistic-2.0 title: 'SparseArray: High-performance sparse data representation and manipulation in R' version: 1.12.2 doi: 10.32614/CRAN.package.SparseArray abstract: 'The SparseArray package provides array-like containers for efficient in-memory representation of multidimensional sparse data in R (arrays and matrices). The package defines the SparseArray virtual class and two concrete subclasses: COO_SparseArray and SVT_SparseArray. Each subclass uses its own internal representation of the nonzero multidimensional data: the "COO layout" and the "SVT layout", respectively. SVT_SparseArray objects mimic as much as possible the behavior of ordinary matrix and array objects in base R. In particular, they suppport most of the "standard matrix and array API" defined in base R and in the matrixStats package from CRAN.' authors: - family-names: Pagès given-names: Hervé email: hpages.on.github@gmail.com orcid: https://orcid.org/0009-0002-8272-4522 repository: https://bioc-release.r-universe.dev repository-code: https://github.com/Bioconductor/SparseArray commit: dd96584c2f1284fe00041e392b5bed5749b4e42d url: https://bioconductor.org/packages/SparseArray date-released: '2026-05-01' contact: - family-names: Pagès given-names: Hervé email: hpages.on.github@gmail.com orcid: https://orcid.org/0009-0002-8272-4522