r-bioc-delayedarray 0.18.0+dfsg-2 source package in Ubuntu

Changelog

r-bioc-delayedarray (0.18.0+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Disable reprotest
  * Test-Depends: r-bioc-genefilter, r-bioc-biocparallel

 -- Andreas Tille <email address hidden>  Sun, 05 Sep 2021 19:06:59 +0200

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.18.0+dfsg-2.dsc 2.2 KiB 946697978853ba0a78254290c0298698d0c91a221890bf88116d23adf761f172
r-bioc-delayedarray_0.18.0+dfsg.orig.tar.xz 389.0 KiB d3a0e92d0fa2605bcf1d9d04395e0cb478c0aec01972f610dfb4cb97eea57444
r-bioc-delayedarray_0.18.0+dfsg-2.debian.tar.xz 4.7 KiB a67def5055ede1032462703c4f18315f243313d84a3cf7f88219b0532ca4ff3f

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