Rpy

From CBLFS
Jump to navigationJump to search
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.