r-bioc-delayedarray 0.26.7+dfsg-1 source package in Ubuntu

Changelog

r-bioc-delayedarray (0.26.7+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream version

 -- Andreas Tille <email address hidden>  Mon, 14 Aug 2023 12:02:21 +0200

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
r-bioc-delayedarray_0.26.7+dfsg-1.dsc 2.2 KiB 857156dc02d77c9c0c5740a5ffd3987d7c339482cf0ceb639cf6c75b7e66c60b
r-bioc-delayedarray_0.26.7+dfsg.orig.tar.xz 316.1 KiB 03adb560128ae43bfc18e0f9a01ef15f404181c612226d98b7e0ed0ca4eebecc
r-bioc-delayedarray_0.26.7+dfsg-1.debian.tar.xz 4.9 KiB 7d5b9b606bf0f59e430e807a53e36e3491632a5187a589d5d761813a859f1955

No changes file available.

Binary packages built by this source

r-bioc-delayedarray: BioConductor delayed operations on array-like objects

 Wrapping an array-like object (typically an on-disk object) in
 a DelayedArray object allows one to perform common array operations
 on it without loading the object in memory. In order to reduce memory
 usage and optimize performance, operations on the object are either
 delayed or executed using a block processing mechanism. Note that this
 also works on in-memory array-like objects like DataFrame objects
 (typically with Rle columns), Matrix objects, and ordinary arrays and
 data frames.

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