# HG changeset patch # User devteam # Date 1380119284 14400 # Node ID 8d0a55bf7aaf98ee547f3799a7b77d33925ce0e5 Uploaded tool dependency definition. diff -r 000000000000 -r 8d0a55bf7aaf tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Sep 25 10:28:04 2013 -0400 @@ -0,0 +1,28 @@ + + + + + + http://cran.rstudio.com/src/base/R-2/R-2.11.0.tar.gz + + ./configure --enable-R-shlib \ + --with-readline=no \ + --with-x=no \ + --prefix=$INSTALL_DIR \ + --libdir=$INSTALL_DIR/lib \ + --disable-R-framework + + make && make install + + $INSTALL_DIR/lib/R + $INSTALL_DIR/lib/R/library + $INSTALL_DIR/lib/R/bin + + + + + R is a free software environment for statistical computing and graphics. + NOTE: See custom compilation options above + + + \ No newline at end of file