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

Changelog

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

  * Team upload.
  * New upstream version

 -- Dylan Aïssi <email address hidden>  Thu, 09 Jan 2020 07:33:04 +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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
r-bioc-delayedarray_0.12.2+dfsg-1.dsc 2.3 KiB 5a4d41adea63d38995e0c5c4001830e052b7c839e846b3cadc922015ab3ec221
r-bioc-delayedarray_0.12.2+dfsg.orig.tar.xz 282.7 KiB 813b9825bc86fba0a7ca246c73b021ee1a9e52dd90dc42de7d2d68233e3f0088
r-bioc-delayedarray_0.12.2+dfsg-1.debian.tar.xz 4.0 KiB 1a25a94874997cc13f1bfe2b0a917a4679c3418feb58dcae3c2f0c8c02469534

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