r-bioc-sparsearray 1.0.12+dfsg-1 source package in Ubuntu

Changelog

r-bioc-sparsearray (1.0.12+dfsg-1) unstable; urgency=medium

  * Initial release (closes: #1055865)

 -- Andreas Tille <email address hidden>  Mon, 13 Nov 2023 09:30:40 +0100

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
r-bioc-sparsearray_1.0.12+dfsg-1.dsc 2.3 KiB c5216e838dbd76fe2bc0040cb06fb914914e9701c9e7cce5a2b1e7e544ba0370
r-bioc-sparsearray_1.0.12+dfsg.orig.tar.xz 110.5 KiB c909eb1930f490318d2a937a1a9b19b7c27a411c9f786163cb140dc9ec0a371a
r-bioc-sparsearray_1.0.12+dfsg-1.debian.tar.xz 4.8 KiB 53de82c7f1fbe9562b5e3931a87e42eca9d61bf9ff9ba133d4e846890e0f29e0

No changes file available.

Binary packages built by this source

r-bioc-sparsearray: 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.

r-bioc-sparsearray-dbgsym: debug symbols for r-bioc-sparsearray