This package browser is in early development. Mind the rough edges.

r-delayedarray 0.36.0

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.

Installation

Install r-delayedarray 0.36.0 as follows:

guix install r-delayedarray@0.36.0

Or install the latest version:

guix install r-delayedarray

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.