changeset 14:6f249fadd4ec draft

Uploaded
author fubar
date Fri, 26 Jul 2013 21:50:48 -0400
parents c3d62f974b6f
children 5b9e639ef523
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jul 26 21:03:56 2013 -0400
+++ b/tool_dependencies.xml	Fri Jul 26 21:50:48 2013 -0400
@@ -11,12 +11,12 @@
                 </action>
                 <action type="make_directory">$INSTALL_DIR</action>
                 <action type="shell_command">./configure --with-blas --with-lapack --enable-R-shlib  --with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
-                <action type="download_by_url">http://cran.r-project.org/src/contrib/stringr_0.6.2.tar.gz</action>
+                <action type="download_file">http://cran.r-project.org/src/contrib/stringr_0.6.2.tar.gz</action>
                 <action type="shell_command"> export PATH=$INSTALL_DIR/lib/R/bin:$PATH &amp;&amp;
                 export R_HOME=$INSTALL_DIR/lib/R &amp;&amp;
                 export R_LIBS=$INSTALL_DIR/lib/R/library &amp;&amp;
                 R CMD INSTALL stringr_0.6.2.tar.gz -l $INSTALL_DIR </action>
-                <action type="download_by_url">http://cran.r-project.org/src/contrib/gplots_2.11.3.tar.gz</action>
+                <action type="download_file">http://cran.r-project.org/src/contrib/gplots_2.11.3.tar.gz</action>
                 <action type="shell_command"> export PATH=$INSTALL_DIR/lib/R/bin:$PATH &amp;&amp;
                 export R_HOME=$INSTALL_DIR/lib/R &amp;&amp;
                 export R_LIBS=$INSTALL_DIR/lib/R/library &amp;&amp;