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

Changelog

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

  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)

 -- Andreas Tille <email address hidden>  Sat, 14 May 2022 23:50:53 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-bioc-scaledmatrix_1.4.0+dfsg-1.dsc 2.1 KiB 591f9b06eccb5bcbd29fee0b7270afca18b02d130bf24dbaae8a3b8de1188631
r-bioc-scaledmatrix_1.4.0+dfsg.orig.tar.xz 13.0 KiB dc1548ebfffa4d25ea9aace5d1fd3cbcacc2973aefa5f8eaa3037c5df42ac7d8
r-bioc-scaledmatrix_1.4.0+dfsg-1.debian.tar.xz 2.2 KiB e828c462b3f8f52787629862ad28dc5fad2b266ee011e0433f4911f09e0f870a

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.