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

r-reticulate 1.44.1

R interface to Python

This package provides an interface from R to Python modules, classes, and functions. When calling into Python, R data types are automatically converted to their equivalent Python types. When values are returned from Python to R they are converted back to R types.

Installation

Install r-reticulate 1.44.1 as follows:

guix install r-reticulate@1.44.1

Or install the latest version:

guix install r-reticulate

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.