# HG changeset patch # User iuc # Date 1432062087 14400 # Node ID 218c5b67206d624f9b6073556f48d2d412891d4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_rpy2_2_3_6 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09 diff -r 000000000000 -r 218c5b67206d tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 19 15:01:27 2015 -0400 @@ -0,0 +1,39 @@ + + + + + + + + + + + + https://pypi.python.org/packages/source/r/rpy2/rpy2-2.3.6.tar.gz + + + + + + + + + + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + export LDFLAGS="-L$READLINE_LIB_PATH -lreadline" && + export CPPFLAGS="-I$READLINE_INCLUDE_PATH" && + python setup.py build --r-home $R_HOME --r-home-lib $R_HOME/lib install --install-lib $INSTALL_DIR/lib/python + + + $INSTALL_DIR/lib/python + $ENV[READLINE_LIB_PATH] + $ENV[RHOME]/lib + + + + rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions. + http://rpy.sourceforge.net/rpy2.html + + +