# -------------------------------------------- # 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.7.0 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://mojaveazure.r-universe.dev repository-code: https://github.com/Bioconductor/SparseArray commit: 57bcfbf501d8656b6b5fcd151e812d68aee5c4c2 url: https://bioconductor.org/packages/SparseArray contact: - family-names: Pagès given-names: Hervé email: hpages.on.github@gmail.com orcid: https://orcid.org/0009-0002-8272-4522