Mercurial > repos > deepakjadmin > caret_few_test2
comparison tool_dependencies.xml @ 6:7c894b9a95ae draft default tip
Uploaded
| author | deepakjadmin |
|---|---|
| date | Thu, 21 Jan 2016 13:36:19 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 5:090d99db7490 | 6:7c894b9a95ae |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="R" version="3.2.0"> | |
| 4 <repository changeset_revision="7833b0ebf8d6" name="package_r_3_2_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 | |
| 7 <package name="caret-tools" version="1.0.0"> | |
| 8 <install version="1.0"> | |
| 9 | |
| 10 | |
| 11 <actions> | |
| 12 <action type="set_environment_for_install"> | |
| 13 <repository changeset_revision="7833b0ebf8d6" name="package_r_3_2_0" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
| 14 <package name="R" version="3.2.0" /> | |
| 15 </repository> | |
| 16 </action> | |
| 17 | |
| 18 <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> | |
| 19 <action type="shell_command">R CMD INSTALL Rcpp_0.12.1.tar.gz?raw=true</action> | |
| 20 <action type="shell_command">cp $R_ROOT_DIR/lib/libblas.so.3gf $R_ROOT_DIR/lib/libblas.so.3</action> | |
| 21 <action type="shell_command">cp $R_ROOT_DIR/lib/libblas.so.3 $R_ROOT_DIR/lib/R/lib</action> | |
| 22 <action type="download_file">https://github.com/Deep2106/R-3.1.3caret/blob/CARET/DataMiningWORK/GIT_GCAC_CODES/GIT/UPLOAD2/Matrix_1.2-2.tar.gz?raw=true</action> | |
| 23 <action type="shell_command">R CMD INSTALL Matrix_1.2-2.tar.gz?raw=true</action> | |
| 24 | |
| 25 <action type="download_file">https://github.com/Deep2106/R-3.1.3caret/blob/CARET/DataMiningWORK/GIT_GCAC_CODES/GIT/UPLOAD2/RcppEigen_0.3.2.5.0.tar.gz?raw=true</action> | |
| 26 | |
| 27 <!--action type="shell_command">cp $R_HOME_DIR/lib/liblapack.so.3gf $R_HOME_DIR/lib/liblapack.so.3</action--> | |
| 28 <action type="shell_command">R CMD INSTALL RcppEigen_0.3.2.5.0.tar.gz?raw=true</action> | |
| 29 | |
| 30 </actions> | |
| 31 | |
| 32 | |
| 33 | |
| 34 | |
| 35 </install> | |
| 36 <readme> | |
| 37 caret tools installed successfully. | |
| 38 </readme> | |
| 39 </package> | |
| 40 | |
| 41 </tool_dependency> |
