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.
- Outputs:
out - Website: https://github.com/rstudio/reticulate
- Licenses: ASL 2.0
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
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.