Sommaire |
---|
Introduction
rpy2 is a powerful interface that allows you to run R code from within Python. This is particularly useful for leveraging R's robust statistical packages while taking advantage of Python's general programming capabilities.
...
module load python3/miniconda312
source activate rpy2
Installation - not needed!
In case you want to install the package yourself, you can follow the following recipe:
...