Mercurial > repos > boris > package_r_2_15
changeset 6:67a05901ed3d draft
Uploaded
author | boris |
---|---|
date | Thu, 06 Jun 2013 16:26:46 -0400 |
parents | e0e34ff640bb |
children | f5e90c6ca66e |
files | tool_dependencies.xml |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jun 06 16:26:46 2013 -0400 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="readline" version="6.2"> + <repository changeset_revision="1301ec7705a8" 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="1301ec7705a8" 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>