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

Changelog

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

  * New upstream version
  * Reorder sequence of d/control fields by cme (routine-update)
  Set upstream metadata fields: Archive.

 -- Andreas Tille <email address hidden>  Tue, 02 Jan 2024 13:56:32 +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.2.3+dfsg-1.dsc 2.3 KiB d9d34277a5a3bfe13fbac43ffd53241210804e0e0abbcbe070ca2330f5bf51a5
r-bioc-sparsearray_1.2.3+dfsg.orig.tar.xz 112.5 KiB 12fed8bbc54917feccd9829c6b27c08407423db3f540cd255e3d1a63cbb827c1
r-bioc-sparsearray_1.2.3+dfsg-1.debian.tar.xz 5.1 KiB 0292a77976f1217ab2747fd05ab5af2c3f3a0e80ccedd11d7846373673910d13

Available diffs

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