Mercurial > repos > davidvanzessen > plotting_merged
comparison tool_dependencies.xml @ 16:ee00fc3ec264 draft
Uploaded
author | davidvanzessen |
---|---|
date | Fri, 27 Sep 2013 07:13:45 -0400 |
parents | 66be861946f8 |
children |
comparison
equal
deleted
inserted
replaced
15:66be861946f8 | 16:ee00fc3ec264 |
---|---|
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="R" version="2.15.1"> | 3 <package name="R" version="2.15.1"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <actions> |
6 <action type="download_by_url">http://CRAN.R-project.org/src/base/R-2/R-2.15.1.tar.gz</action> | 6 <action type="download_by_url">http://CRAN.R-project.org/src/base/R-2/R-2.15.1.tar.gz</action> |
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR --with-x=no</action> |
8 <action type="shell_command">make</action> | 8 <action type="shell_command">make</action> |
9 | 9 |
10 <action type="download_file">http://cran.r-project.org/src/contrib/gridExtra_0.9.1.tar.gz</action> | 10 <action type="download_file">http://cran.r-project.org/src/contrib/gridExtra_0.9.1.tar.gz</action> |
11 <action type="move_file"> | 11 <action type="move_file"> |
12 <source>gridExtra_0.9.1.tar.gz</source> | 12 <source>gridExtra_0.9.1.tar.gz</source> |