# HG changeset patch # User anmol # Date 1440669628 14400 # Node ID 51356f59edb5e46de462af59b014a3b7a916a1eb Uploaded diff -r 000000000000 -r 51356f59edb5 rtest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rtest.xml Thu Aug 27 06:00:28 2015 -0400 @@ -0,0 +1,26 @@ + + R version and installation test + + + R_ROOT_DIR + R + + + + + + + /bin/which R > $out_file; + /bin/which \$R_ROOT_DIR >> $out_file; + echo "hello" >> $out_file ; + echo \$PATH >> $out_file; + + + + + + +