brobr b91be7c777 academic/rpy2: Updated to version 3.5.2 hace 2 años
..
README 0383a0589d academic/rpy2: Updated for version 3.3.4. hace 4 años
Rlibs.conf 24b6aa7d76 academic/rpy2: Added (R in Python). hace 4 años
doinst.sh 24b6aa7d76 academic/rpy2: Added (R in Python). hace 4 años
rpy2.SlackBuild b91be7c777 academic/rpy2: Updated to version 3.5.2 hace 2 años
rpy2.info b91be7c777 academic/rpy2: Updated to version 3.5.2 hace 2 años
slack-desc ce75e7d2cc academic/rpy2: Updated for version 3.3.3. hace 4 años

README

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)

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