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

r-arrow

R integration to Apache Arrow

Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. This package provides an R interface to the Arrow C++ library.

Installation

Install the latest version of r-arrow as follows:

guix install r-arrow

Or install a particular version:

guix install r-arrow@19.0.1

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.

Badge code

You can use the following badge to inform users of r-arrow about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-arrow'><img src='https://packages.guix.gnu.org/packages/r-arrow/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-arrow/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-arrow)

Example Org:

[[https://packages.guix.gnu.org/packages/r-arrow][https://packages.guix.gnu.org/packages/r-arrow/badges/latest-version.svg]]