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

Changelog

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

  * Team upload.
  * New upstream version
  * dh-update-R to update Build-Depends (routine-update)

 -- Andreas Tille <email address hidden>  Sun, 20 Nov 2022 22:09:18 +0100

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

Downloads

File Size SHA-256 Checksum
r-bioc-delayedarray_0.24.0+dfsg-1.dsc 2.2 KiB d5233f91f79f078e2ce914d1fc37b09e3597226c428b5204f7bf78e550d8e40e
r-bioc-delayedarray_0.24.0+dfsg.orig.tar.xz 326.0 KiB 67b25eeb388e6e7690102085cb6d7ff3a148c39aa15c63bf0c8a920c8dac4353
r-bioc-delayedarray_0.24.0+dfsg-1.debian.tar.xz 4.8 KiB 6799052c30e9d1e429fa2da5b98c55622a55c206d29d2826d9af0e302999ae0d

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