README 681 B

1234567891011121314151617181920212223
  1. Python interface to the R language.
  2. rpy2 is running an embedded R, providing access to it
  3. from Python using R's own C-API through either:
  4. 1) a high-level interface making R functions and objects
  5. just like Python functions and providing a seamless
  6. conversion to numpy and pandas data structures
  7. 2) a low-level interface closer to the C-API
  8. It is also providing features for when working with
  9. jupyter notebooks or ipython.
  10. NOTE:
  11. R needs to be compiled with the shared library flag,
  12. thus: build R on SBo with R_SHLIB=yes and BLAS_SHLIB=yes
  13. (See also the notes in the rpy2.Slackbuild)
  14. home:https://rpy2.github.io/
  15. documentation:https://rpy2.github.io/doc/latest/html/index.html