Rpy
From CBLFS
Revision as of 10:33, 19 October 2010 by Weibullguy (talk | contribs)
Download Source: | http://downloads.sourceforge.net/rpy/rpy-1.0.3.tar.gz |
---|
Contents
Introduction to Rpy
RPy is a very simple, yet robust, Python interface to the R Programming Language.
Project Homepage: http://rpy.sourceforge.net/
Dependencies
Required
Non-Multilib
Install the package:
python setup.py install
Multilib
32Bit
Install the package:
USE_ARCH=32 python setup.py install
N32
Install the package:
USE_ARCH=N32 python setup.py install
64Bit
Install the package:
USE_ARCH=64 python setup.py install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | None |
Installed Libraries: | _rpy2051.so |
Short Descriptions
_rpy2051.so | provides a Python interface to R. |
---|