0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <set_environment version="1.0">
|
|
4 </set_environment>
|
|
5 <package name="R" version="3.0.1">
|
|
6 <install version="1.0">
|
|
7 <actions>
|
|
8 <action type="download_by_url">http://cran.r-project.org/src/base/R-3/R-3.0.1.tar.gz</action>
|
|
9 <action type="shell_command">tar -zxvf R-3.0.1.tar.gz</action>
|
|
10 <action type="move_file">
|
|
11 <source>R-3.0.1</source>
|
|
12 <destination>$INSTALL_DIR/bin</destination>
|
|
13 </action>
|
|
14 <action type="set_environment">
|
|
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
16 </action>
|
|
17 </actions>
|
|
18 </install>
|
|
19 <readme>
|
|
20 Downloads R.
|
|
21 </readme>
|
|
22 </package>
|
|
23 </tool_dependency>
|