Mercurial > repos > anmol > rtest
view rtest.xml @ 2:4c0650e1dad7 draft
Uploaded
author | anmol |
---|---|
date | Thu, 27 Aug 2015 06:57:09 -0400 |
parents | 51356f59edb5 |
children | eeaf59c3135c |
line wrap: on
line source
<tool id="hddjdjdpqhds" name="rtest" version="1.0.0"> <description>R version and installation test</description> <requirements> <requirement type="package" version="3.1.2">R</requirement> </requirements> <command> /bin/which R > $out_file; /bin/which \$R_ROOT_DIR >> $out_file; echo "hello" >> $out_file ; echo \$PATH >> $out_file; </command> <outputs> <data format="txt" name="out_file" /> </outputs> </tool>