# HG changeset patch # User iuc # Date 1450547165 18000 # Node ID f00da84d3b38fd656a4a39ee8ed74382850eeddf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_rpy2_2_7_5 commit dee9be504effc4f7ccc6b0372bb5d1fa3a5b8a99 diff -r 000000000000 -r f00da84d3b38 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sat Dec 19 12:46:05 2015 -0500 @@ -0,0 +1,42 @@ + + + + + + + + + + + + + https://depot.galaxyproject.org/software/rpy2/rpy2_2.7.5_src_all.tar.gz + + + + + + + + + + + + + $INSTALL_DIR/lib/python + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + export LDFLAGS="-L$READLINE_LIB_PATH -lreadline" && + export CPPFLAGS="-I$READLINE_INCLUDE_PATH" && + python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin + + + $INSTALL_DIR/lib/python + + + + 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 + + +