changeset 19:a46e4b79b6b6 draft default tip

Uploaded
author boris
date Sun, 09 Jun 2013 18:06:45 -0400
parents 1b5bd31fcf2a
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Jun 09 17:17:53 2013 -0400
+++ b/tool_dependencies.xml	Sun Jun 09 18:06:45 2013 -0400
@@ -3,9 +3,6 @@
     <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">
-        <repository changeset_revision="f6b8f51b71a2" name="package_r_2_15" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
-    </package>
     <package name="ape" version="3.0-8">
         <repository changeset_revision="60624d152d06" name="package_ape_3_0" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
     </package>
@@ -17,16 +14,12 @@
                     <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>
-                    <repository changeset_revision="f6b8f51b71a2" name="package_r_2_15" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/">
-                        <package name="R" version="2.15.0" />
-                    </repository>
                     <repository changeset_revision="60624d152d06" name="package_ape_3_0" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/">
                         <package name="ape" version="3.0-8" />
                     </repository>
                 </action>
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
-                <action type="shell_command">export R_HOME=$R_HOME &amp;&amp; export R_LIBS=$R_LIBS &amp;&amp; export PATH=$PATH &amp;&amp;
-                                             export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
+                <action type="shell_command">export R_HOME=$R_HOME &amp;&amp; export R_LIBS=$R_LIBS &amp;&amp; export PATH=$PATH &amp;&amp;export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
                 <action type="set_environment">
                     <environment_variable action="set_to" name="R_HOME">$ENV[R_HOME]</environment_variable>
                     <environment_variable action="set_to" name="R_LIBS">$ENV[R_LIBS]</environment_variable>