[R-pkg-team] Bug#1055865: ITP: r-bioc-sparsearray -- efficient in-memory representation of multidimensional sparse arrays
Andreas Tille
tille at debian.org
Mon Nov 13 08:15:16 GMT 2023
Package: wnpp
Severity: wishlist
Subject: ITP: r-bioc-sparsearray -- efficient in-memory representation of multidimensional sparse arrays
Package: wnpp
Owner: Andreas Tille <tille at debian.org>
Severity: wishlist
* Package name : r-bioc-sparsearray
Version : 1.0.12
Upstream Author : Hervé Pagès,
* URL : https://bioconductor.org/packages/SparseArray/
* License : Artistic-2.0
Programming Lang: GNU R
Description : efficient in-memory representation of multidimensional sparse arrays
The SparseArray package is an infrastructure package that
provides an array-like container for efficient in-memory representation
of multidimensional sparse data in R. 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 support most of the "standard matrix and array API"
defined in base R and in the matrixStats package from CRAN.
Remark: This package is maintained by Debian R Packages Maintainers at
https://salsa.debian.org/r-pkg-team/r-bioc-sparsearray
More information about the R-pkg-team
mailing list