Mercurial > repos > deepakjadmin > caret_few_test1
diff tool_dependencies.xml @ 12:e8975103b675 draft
Uploaded
| author | deepakjadmin |
|---|---|
| date | Thu, 21 Jan 2016 07:36:55 -0500 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jan 21 07:36:55 2016 -0500 @@ -0,0 +1,39 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="R" version="3.2.0"> + <repository changeset_revision="7833b0ebf8d6" name="package_r_3_2_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> + + <package name="caret-tools" version="1.0.0"> + <install version="1.0"> + + + <actions> + <action type="download_file">https://github.com/Deep2106/R-3.1.3caret/blob/CARET/DataMiningWORK/GIT_GCAC_CODES/GIT/UPLOAD2/Rcpp_0.12.1.tar.gz?raw=true</action> + <action type="set_environment_for_install"> + <repository changeset_revision="7833b0ebf8d6" name="package_r_3_2_0" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> + <package name="R" version="3.2.0" /> + </repository> + </action> + + + <action type="shell_command">export R_LIBS=$INSTALL_DIR && R CMD INSTALL Rcpp_0.12.1.tar.gz?raw=true</action> + <action type="set_environment"> + <environment_variable action="prepend_to" name="R_LIBS">$INSTALL_DIR</environment_variable> + </action> + </actions> + + + + + + + + + </install> + <readme> +caret tools installed successfully. + </readme> + </package> + +</tool_dependency>
