comparison tool_dependencies.xml @ 13:6828af00686c draft

Uploaded
author davidvanzessen
date Fri, 27 Sep 2013 06:12:29 -0400
parents ffcf8f90ad86
children 66be861946f8
comparison
equal deleted inserted replaced
12:ffcf8f90ad86 13:6828af00686c
9 <action type="download_by_url">http://CRAN.R-project.org/src/base/R-2/R-2.15.1.tar.gz</action> 9 <action type="download_by_url">http://CRAN.R-project.org/src/base/R-2/R-2.15.1.tar.gz</action>
10 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 10 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
11 <action type="shell_command">make</action> 11 <action type="shell_command">make</action>
12 12
13 <action type="download_file">http://cran.r-project.org/src/contrib/gridExtra_0.9.1.tar.gz</action> 13 <action type="download_file">http://cran.r-project.org/src/contrib/gridExtra_0.9.1.tar.gz</action>
14 <action type=move_file"> 14 <action type="move_file">
15 <source>gridExtra_0.9.1.tar.gz</source> 15 <source>gridExtra_0.9.1.tar.gz</source>
16 <destination>$INSTALL_DIR</destination> 16 <destination>$INSTALL_DIR</destination>
17 </action> 17 </action>
18 <action type="shell_command">$INSTALL_DIR/bin/R CMD INSTALL $INSTALL_DIR/gridExtra_0.9.1.tar.gz</action> 18 <action type="shell_command">$INSTALL_DIR/bin/R CMD INSTALL $INSTALL_DIR/gridExtra_0.9.1.tar.gz</action>
19 19
20 <action type="download_file">http://cran.r-project.org/src/contrib/ggplot2_0.9.3.1.tar.gz</action> 20 <action type="download_file">http://cran.r-project.org/src/contrib/ggplot2_0.9.3.1.tar.gz</action>
21 <action type=move_file"> 21 <action type="move_file">
22 <source>ggplot2_0.9.3.1.tar.gz</source> 22 <source>ggplot2_0.9.3.1.tar.gz</source>
23 <destination>$INSTALL_DIR</destination> 23 <destination>$INSTALL_DIR</destination>
24 </action> 24 </action>
25 <action type="shell_command">$INSTALL_DIR/bin/R CMD INSTALL $INSTALL_DIR/ggplot2_0.9.3.1.tar.gz</action> 25 <action type="shell_command">$INSTALL_DIR/bin/R CMD INSTALL $INSTALL_DIR/ggplot2_0.9.3.1.tar.gz</action>
26 26
27 <action type="download_file">http://cran.r-project.org/src/contrib/plyr_1.8.tar.gz</action> 27 <action type="download_file">http://cran.r-project.org/src/contrib/plyr_1.8.tar.gz</action>
28 <action type=move_file"> 28 <action type="move_file">
29 <source>plyr_1.8.tar.gz</source> 29 <source>plyr_1.8.tar.gz</source>
30 <destination>$INSTALL_DIR</destination> 30 <destination>$INSTALL_DIR</destination>
31 </action> 31 </action>
32 <action type="shell_command">$INSTALL_DIR/bin/R CMD INSTALL $INSTALL_DIR/plyr_1.8.tar.gz</action> 32 <action type="shell_command">$INSTALL_DIR/bin/R CMD INSTALL $INSTALL_DIR/plyr_1.8.tar.gz</action>
33 33