# HG changeset patch # User fubar # Date 1374880640 14400 # Node ID 74ccba551b190c08084c9f1741b8ccd75461bb2f # Parent 4fdd12013fa9d3ac52aa3cfeb362708eb33b5d63 Uploaded diff -r 4fdd12013fa9 -r 74ccba551b19 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jul 26 19:17:20 2013 -0400 @@ -0,0 +1,29 @@ + + + + + + http://cran.ms.unimelb.edu.au/src/base/R-3/R-3.0.1.tar.gz + + + + + + $INSTALL_DIR + ./configure --with-blas --with-lapack --enable-R-shlib --with-x=no --prefix=$INSTALL_DIR && make && make install + + $INSTALL_DIR/lib/R + $INSTALL_DIR/lib/R/library + $INSTALL_DIR/lib/R/bin + + + + Modified from an older version of R by Boris by Ross Lazarus for R 3.0 + Silly having melbourne CRAN hardwired but that's what I test with. + Be nice to have interactive variables for fabric installs. + R is a free software environment for statistical computing and graphics + WARNING: See custom compilation options above + + + +