Rpy: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) New page: {|style="text-align: left; background-color: AliceBlue;" |- !Download Source: |http://downloads.sourceforge.net/rpy/rpy-{{rpy-Version}}.tar.gz |} ---- {{Package-Introduction|RPy is a ver... |
Weibullguy (talk | contribs) No edit summary |
||
| Line 62: | Line 62: | ||
|provides a Python interface to R. | |provides a Python interface to R. | ||
|} | |} | ||
[[Category:Python Modules]] | |||
Latest revision as of 09:33, 19 October 2010
| Download Source: | http://downloads.sourceforge.net/rpy/rpy-1.0.3.tar.gz |
|---|
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. |
|---|