# HG changeset patch
# User bgruening
# Date 1372674220 14400
# Node ID 90e8c7406730759982609d9146d4810952ce7294
# Parent 4bc1c94efdff11523c24c0647e33bd8769642316
Uploaded
diff -r 4bc1c94efdff -r 90e8c7406730 tool_dependencies.xml
--- a/tool_dependencies.xml Sun Jun 30 19:31:52 2013 -0400
+++ b/tool_dependencies.xml Mon Jul 01 06:23:40 2013 -0400
@@ -4,16 +4,16 @@
-
+
https://pypi.python.org/packages/source/r/rpy2/rpy2-2.3.6.tar.gz
-
+
- >
+
@@ -21,14 +21,15 @@
export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
- export LD_LIBRARY_PATH=$READLINE_LIB_PATH &&
+ export LDFLAGS=-L$READLINE_LIB_PATH &&
python setup.py build --r-home $R_HOME --r-home-lib $R_HOME/lib install --home $INSTALL_DIR
-
$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
+