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

Changelog

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

  * Team upload.
  * New upstream version 0.20.0+dfsg

 -- Nilesh Patra <email address hidden>  Thu, 25 Nov 2021 01:12:20 +0530

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

Downloads

File Size SHA-256 Checksum
r-bioc-delayedarray_0.20.0+dfsg-1.dsc 2.2 KiB 33efaec36a071603a60d13d640f13b5b6139e10743559c69d7cbcae7b0e52ed2
r-bioc-delayedarray_0.20.0+dfsg.orig.tar.xz 388.8 KiB 48b0e54801ade9fbd6b7f306a0577c128eaf9cd0e2e942e801755bdefb4e4aff
r-bioc-delayedarray_0.20.0+dfsg-1.debian.tar.xz 4.7 KiB 19706d3448f52e522dd1956ee508d6460412afbb5d2b5caea511e1e659ee1333

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