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

Changelog

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

  * Team upload.
  * New upstream version

 -- Dylan Aïssi <email address hidden>  Tue, 24 Dec 2019 08:18:53 +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

Downloads

File Size SHA-256 Checksum
r-bioc-delayedarray_0.12.1+dfsg-1.dsc 2.3 KiB ca197f2122b7c18ea1ea51b1c67efa7fcac5edcf42c5a64abeec16eee4e8a0a6
r-bioc-delayedarray_0.12.1+dfsg.orig.tar.xz 282.8 KiB 8b1b8fa28011f25ce94db46374e34b041edf674da3c1bbf49ff4daf68ac2fc87
r-bioc-delayedarray_0.12.1+dfsg-1.debian.tar.xz 3.9 KiB 2bd9cc83a3c663b8e4e1089318aafcb6dda66c8672fa00b662e7a61d8986d64f

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