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

Changelog

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

  * Team upload.
  * New upstream version
  * dh-update-R to update Build-Depends (routine-update)

 -- Charles Plessy <email address hidden>  Thu, 30 Nov 2023 01:43:41 +0000

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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
r-bioc-delayedarray_0.28.0+dfsg-1.dsc 2.3 KiB 8a1f333feebbeab18172c0d33cc4908cba098c7b495ef8de88579af698d832cc
r-bioc-delayedarray_0.28.0+dfsg.orig.tar.xz 313.0 KiB a7b434860b3a79f8ee70a828359d660e6b9e5dae97dd2f43bb96e3e83d32ef3b
r-bioc-delayedarray_0.28.0+dfsg-1.debian.tar.xz 5.0 KiB 4894dc6db11a094b03feff2f634cde67ecf7bebf8cf96314ed8bb1a09031a573

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