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

Changelog

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

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * dh-update-R to update Build-Depends (routine-update)
  * Reduce piuparts noise in transitions (routine-update)

 -- Andreas Tille <email address hidden>  Wed, 26 Jul 2023 17:45:50 +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.26.6+dfsg-1.dsc 2.2 KiB 50d12c55ef0137fc63715f3d9a25b1887558b9886cc8678062c83fec6efd27b6
r-bioc-delayedarray_0.26.6+dfsg.orig.tar.xz 316.3 KiB d272d526b36a08edda75e23dc32782966bdf4ab84ae9b4662425b410fbf33a8b
r-bioc-delayedarray_0.26.6+dfsg-1.debian.tar.xz 4.9 KiB 96f536fa5641c18f437bf6296eb0e8fa85c4a0e504f9c6a3f2620e353569a216

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