Mercurial > repos > deepakjadmin > package_r_3_1_3_test4
diff testing.xml @ 0:6064df1a2302 draft default tip
Uploaded
author | deepakjadmin |
---|---|
date | Fri, 18 Sep 2015 09:16:33 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testing.xml Fri Sep 18 09:16:33 2015 -0400 @@ -0,0 +1,15 @@ +<tool id="jd902uis" name="Rtesting313" version="1.0.0"> + <description>R version and installation test</description> +<requirements> + <requirement type="set_environment">R_ROOT_DIR</requirement> + <requirement type="package" version="3.1.3">R</requirement> +</requirements> + <command> /bin/which R > $output_file; + /bin/which \$R_ROOT_DIR/bin/R >> $output_file; + echo \$R_ROOT_DIR >> $output_file; + echo \$PATH >> $output_file; + </command> + <outputs> + <data type="data" format="txt" name="output_file" label ="output_r_env" /> + </outputs> +</tool>