r-bioc-scaledmatrix 1.8.1+dfsg-1 source package in Ubuntu

Changelog

r-bioc-scaledmatrix (1.8.1+dfsg-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * Reduce piuparts noise in transitions (routine-update)

 -- Andreas Tille <email address hidden>  Wed, 26 Jul 2023 18:20:22 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-bioc-scaledmatrix_1.8.1+dfsg-1.dsc 2.1 KiB 8987d0290b7807b80b69ee4f7233a62a68c4d8cc6a801408cb7c235cd8920708
r-bioc-scaledmatrix_1.8.1+dfsg.orig.tar.xz 13.1 KiB 8f31c2ed33bf97e1fc0f2976766e1afd8191c7996430fd00cb33c17769fbc881
r-bioc-scaledmatrix_1.8.1+dfsg-1.debian.tar.xz 2.4 KiB 3f1234e8526609351996fd899387efe4b4bc6e0c2579df919fe78d9e294d8dca

Available diffs

No changes file available.

Binary packages built by this source

r-bioc-scaledmatrix: creating a DelayedMatrix of scaled and centered values using GNU R

 Provides delayed computation of a matrix of scaled and centered values.
 The result is equivalent to using the scale() function but avoids explicit
 realization of a dense matrix during block processing. This permits greater
 efficiency in common operations, most notably matrix multiplication.