Mercurial > repos > anmol > rtest
annotate rtest.xml @ 3:eeaf59c3135c draft default tip
Uploaded
author | anmol |
---|---|
date | Thu, 27 Aug 2015 07:00:40 -0400 |
parents | 4c0650e1dad7 |
children |
rev | line source |
---|---|
0 | 1 <tool id="hddjdjdpqhds" name="rtest" version="1.0.0"> |
2 <description>R version and installation test</description> | |
3 <requirements> | |
2 | 4 <requirement type="package" version="3.1.2">R</requirement> |
0 | 5 </requirements> |
6 <command> | |
7 /bin/which R > $out_file; | |
3 | 8 echo \$R_ROOT_DIR >> $out_file; |
0 | 9 echo "hello" >> $out_file ; |
10 echo \$PATH >> $out_file; | |
11 </command> | |
12 <outputs> | |
13 <data format="txt" name="out_file" /> | |
14 </outputs> | |
15 </tool> | |
16 |