Mercurial > repos > anmol > rtest
view rtest.xml @ 3:eeaf59c3135c draft default tip
Uploaded
author | anmol |
---|---|
date | Thu, 27 Aug 2015 07:00:40 -0400 |
parents | 4c0650e1dad7 |
children |
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; echo \$R_ROOT_DIR >> $out_file; echo "hello" >> $out_file ; echo \$PATH >> $out_file; </command> <outputs> <data format="txt" name="out_file" /> </outputs> </tool>