summaryrefslogtreecommitdiffstats
path: root/academic/rpy2/README
blob: a770dd177603e810f70bf03125e3c32f9a70ff1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Python interface to the R language.

rpy2 is running an embedded R, providing access to it 
from Python using R's own C-API through either:

1) a high-level interface making R functions and objects 
just like Python functions and providing a seamless 
conversion to numpy and pandas data structures

2) a low-level interface closer to the C-API

It is also providing features for when working with 
jupyter notebooks or ipython.

NOTE:
R needs to be compiled with the shared library flag,
thus: build R on SBo with R_SHLIB=yes and BLAS_SHLIB=yes

(See also the notes in the rpy2.Slackbuild)

documentation:https://rpy2.github.io/doc/latest/html/index.html