r-bioc-delayedarray 0.2.7-1build1 source package in Ubuntu

Changelog

r-bioc-delayedarray (0.2.7-1build1) artful; urgency=medium

  * No-change rebuild to pick up r-api-3.4

 -- Graham Inggs <email address hidden>  Thu, 28 Sep 2017 11:03:57 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Artful
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-bioc-delayedarray_0.2.7.orig.tar.gz 40.5 KiB 2f99e50435b1870e322c6d7258f28d153eaee560328a70a4c4aaa756c9c5ae09
r-bioc-delayedarray_0.2.7-1build1.debian.tar.xz 3.4 KiB a92231491795dbb31111bc586d703849a64d561cb9c231dce14059b078e1d20c
r-bioc-delayedarray_0.2.7-1build1.dsc 2.3 KiB 6d7abe85d5e41b9fed4e14e448da82c7f8845759ea854d12d7dd5ecf08522876

View changes file

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.