Mercurial > repos > boris > package_r_2_15
changeset 5:e0e34ff640bb draft
Deleted selected files
author | boris |
---|---|
date | Thu, 06 Jun 2013 15:26:58 -0400 |
parents | 6c43ed376f14 |
children | 67a05901ed3d |
files | tool_dependencies.xml |
diffstat | 1 files changed, 0 insertions(+), 27 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Jun 06 15:03:08 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -<?xml version="1.0"?> -<tool_dependency> - <package name="readline" version="6.2"> - <repository changeset_revision="7c94649a1f86" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> - </package> - <package name="R" version="2.15.0"> - <install version="1.0"> - <actions> - <action type="download_by_url">http://cran.rstudio.com/src/base/R-2/R-2.15.0.tar.gz</action> - <action type="set_environment_for_install"> - <repository changeset_revision="7c94649a1f86" name="package_readline_6_2" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/"> - <package name="readline" version="6.2" /> - </repository> - </action> - <action type="make_directory">$INSTALL_DIR</action> - <action type="shell_command">./configure --enable-R-shlib --with-readline=no -with-x=no --prefix=$INSTALL_DIR && make && make install</action> - <action type="set_environment"> - <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR</environment_variable> - <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib</environment_variable> - </action> - </actions> - </install> - <readme>R is a free software environment for statistical computing and graphics - WARNING: See custom compilation options above - </readme> - </package> -</tool_dependency>