r-bioc-delayedarray 0.2.7-2 source package in Ubuntu

Changelog

r-bioc-delayedarray (0.2.7-2) unstable; urgency=medium

  * Team upload.
  * Moved packaging from SVN to Git
  * Standards-Version: 4.1.1
  * cme fix dpkg-control

 -- Andreas Tille <email address hidden>  Sun, 01 Oct 2017 08:05:40 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-bioc-delayedarray_0.2.7-2.dsc 2.2 KiB abb8012af88801177b5a1d4f1a246e2f5e2e0466c0f07341c7fe8d5abb36767e
r-bioc-delayedarray_0.2.7.orig.tar.gz 40.5 KiB 2f99e50435b1870e322c6d7258f28d153eaee560328a70a4c4aaa756c9c5ae09
r-bioc-delayedarray_0.2.7-2.debian.tar.xz 3.4 KiB 82a58adfae2d33d56b92ed58997f5357b7c9282ff74ae69a6b5da235cd477fc1

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.