changeset 13:6828af00686c draft

Uploaded
author davidvanzessen
date Fri, 27 Sep 2013 06:12:29 -0400
parents ffcf8f90ad86
children 835aab57ab41
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Sep 27 06:11:35 2013 -0400
+++ b/tool_dependencies.xml	Fri Sep 27 06:12:29 2013 -0400
@@ -11,21 +11,21 @@
                 <action type="shell_command">make</action>
                 
                 <action type="download_file">http://cran.r-project.org/src/contrib/gridExtra_0.9.1.tar.gz</action>
-                <action type=move_file">
+                <action type="move_file">
 					<source>gridExtra_0.9.1.tar.gz</source>
 					<destination>$INSTALL_DIR</destination>
                 </action>
                 <action type="shell_command">$INSTALL_DIR/bin/R CMD INSTALL $INSTALL_DIR/gridExtra_0.9.1.tar.gz</action>
                 
                 <action type="download_file">http://cran.r-project.org/src/contrib/ggplot2_0.9.3.1.tar.gz</action>
-				<action type=move_file">
+				<action type="move_file">
 					<source>ggplot2_0.9.3.1.tar.gz</source>
 					<destination>$INSTALL_DIR</destination>
                 </action>
                 <action type="shell_command">$INSTALL_DIR/bin/R CMD INSTALL $INSTALL_DIR/ggplot2_0.9.3.1.tar.gz</action>
                 
                 <action type="download_file">http://cran.r-project.org/src/contrib/plyr_1.8.tar.gz</action>
-                <action type=move_file">
+                <action type="move_file">
 					<source>plyr_1.8.tar.gz</source>
 					<destination>$INSTALL_DIR</destination>
                 </action>