Mercurial > repos > anmol > rtest
annotate rtest.xml @ 2:4c0650e1dad7 draft
Uploaded
| author | anmol |
|---|---|
| date | Thu, 27 Aug 2015 06:57:09 -0400 |
| parents | 51356f59edb5 |
| children | eeaf59c3135c |
| 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; | |
| 8 /bin/which \$R_ROOT_DIR >> $out_file; | |
| 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 |
