Mercurial > repos > anmol > rtest
comparison rtest.xml @ 3:eeaf59c3135c draft default tip
Uploaded
author | anmol |
---|---|
date | Thu, 27 Aug 2015 07:00:40 -0400 |
parents | 4c0650e1dad7 |
children |
comparison
equal
deleted
inserted
replaced
2:4c0650e1dad7 | 3:eeaf59c3135c |
---|---|
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="3.1.2">R</requirement> | 4 <requirement type="package" version="3.1.2">R</requirement> |
5 </requirements> | 5 </requirements> |
6 <command> | 6 <command> |
7 /bin/which R > $out_file; | 7 /bin/which R > $out_file; |
8 /bin/which \$R_ROOT_DIR >> $out_file; | 8 echo \$R_ROOT_DIR >> $out_file; |
9 echo "hello" >> $out_file ; | 9 echo "hello" >> $out_file ; |
10 echo \$PATH >> $out_file; | 10 echo \$PATH >> $out_file; |
11 </command> | 11 </command> |
12 <outputs> | 12 <outputs> |
13 <data format="txt" name="out_file" /> | 13 <data format="txt" name="out_file" /> |