# HG changeset patch # User bgruening # Date 1372681177 14400 # Node ID b16fa4edfe55690c4f307e17cd64b6abba59fb3e # Parent 91076df3471b2fb9dac9197285ecb80aec4b2850 Uploaded diff -r 91076df3471b -r b16fa4edfe55 tool_dependencies.xml --- a/tool_dependencies.xml Mon Jul 01 06:23:09 2013 -0400 +++ b/tool_dependencies.xml Mon Jul 01 08:19:37 2013 -0400 @@ -1,44 +1,35 @@ - - - - - + + - - + - http://cran.ms.unimelb.edu.au/src/base/R-3/R-3.0.1.tar.gz + https://pypi.python.org/packages/source/r/rpy2/rpy2-2.3.6.tar.gz - - - - - - + + + - export LDFLAGS=-L$READLINE_LIB_PATH && - export CPPFLAGS=-I$READLINE_INCLUDE_PATH && - ./configure --with-lapack="-L$ATLAS_LIB_DIR -llapack -lcblas" --with-blas="$LAPACK_LIB_DIR" --enable-R-shlib --with-x=no --with-readline=yes --prefix=$INSTALL_DIR && make && make install - + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + 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/R - $INSTALL_DIR/lib/R/library - $INSTALL_DIR/lib/R/bin - $INSTALL_DIR/lib/R/lib + $INSTALL_DIR/lib/python - R is a free software environment for statistical computing and graphics. http://www.r-project.org/ + 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 +