slackbuilds/academic/rpy2
brobr d86c9ca3a7
academic/rpy2: Upgrade to version 3.5.16
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-04-15 10:00:33 +07:00
..
README academic/rpy2: Updated for version 3.5.10. 2023-04-15 07:15:38 +07:00
Rlibs.conf academic/rpy2: Added (R in Python). 2020-04-19 10:00:20 +07:00
doinst.sh academic/rpy2: Added (R in Python). 2020-04-19 10:00:20 +07:00
rpy2.SlackBuild academic/rpy2: Upgrade to version 3.5.16 2024-04-15 10:00:33 +07:00
rpy2.info academic/rpy2: Upgrade to version 3.5.16 2024-04-15 10:00:33 +07:00
slack-desc academic/rpy2: Updated for version 3.3.3. 2020-05-23 09:31:59 +07:00

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)

Remove installed rpy2 before building and upgrading to a new version.


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