# HG changeset patch # User boris # Date 1391450352 18000 # Node ID 31bb8a2b748eb7ea8c7ba5912909d72efb8e079d Uploaded xml diff -r 000000000000 -r 31bb8a2b748e tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Feb 03 12:59:12 2014 -0500 @@ -0,0 +1,39 @@ + + + + + + + + + + + + https://pypi.python.org/packages/source/r/rpy2/rpy2-2.2.6.tar.gz + + + + + + + + + $INSTALL_DIR/lib/python + export R_HOME=$R_HOME && export R_LIBS=$R_LIBS && export PATH=$PATH &&export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin + + $ENV[R_HOME] + $ENV[R_LIBS] + $ENV[PATH] + $INSTALL_DIR/lib/python + $INSTALL_DIR/bin + + + + In order to upgrade one will have to first remove older installed rpy2 packages then and only then install the recent version of rpy2 wished. + Python version 2.5 or greater, as well as R-2.8.0 or greater are required. + When compiling R from source, do not forget to specify –enable-R-shlib at the ./configure step. + gcc-4.4 is used for compiling the C parts on Linux. + If installing from a linux distribution, the Python-dev package will obviously be required to compile rpy2 + On OS X, the XCode tools will be required in order to compile rpy2. + +