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

Changelog

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

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <email address hidden>  Fri, 13 May 2022 23:23:54 +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

Downloads

File Size SHA-256 Checksum
r-bioc-delayedarray_0.22.0+dfsg-1.dsc 2.2 KiB 57f99516631ca80a75c9d7f2e7c9705d9d85e34ed2c95a1960403a6d452a02df
r-bioc-delayedarray_0.22.0+dfsg.orig.tar.xz 326.3 KiB f650e361a0b2bb54754e162a624ee7dc69d7b4dec0b4759b8f40b8db00cc0020
r-bioc-delayedarray_0.22.0+dfsg-1.debian.tar.xz 4.8 KiB 9f1b7a44b92eb8c8c142e30945ca279c663329c89c54900dd7731f9e86ada4b7

Available diffs

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