r-arrow 22.0.0
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.
- Outputs:
out - Website: https://github.com/apache/arrow/
- Licenses: ASL 2.0
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-arrow 22.0.0 as follows:
guix install r-arrow@22.0.0
Or install the latest version:
guix install r-arrow
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.