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

Changelog

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

  * Team upload.
  * New upstream version
  * Fixed debian/watch for BioConductor
  * debhelper-compat 12
  * Standards-Version: 4.4.1

 -- Dylan Aïssi <email address hidden>  Sat, 09 Nov 2019 22:39:39 +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.0+dfsg-1.dsc 2.3 KiB 2da3c03afcf9b4c7ee35bde008f7a3711908548c7bc8488a41881875cc5f00e2
r-bioc-delayedarray_0.12.0+dfsg.orig.tar.xz 283.3 KiB 7f0566fc8025aec28fb7713f6f2e702fa5f41f7fe2afb0960309083c38fea38c
r-bioc-delayedarray_0.12.0+dfsg-1.debian.tar.xz 3.9 KiB b1c02020b57f4f29ba96490ce43dff6e4ca6d9779671c40e11011b0351008698

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