Mercurial > repos > boris > package_ape_3_0
comparison tool_dependencies.xml @ 10:f3ff6fa994e1 draft default tip
fixed install
. -l $INSTALL_DIR
| author | boris |
|---|---|
| date | Fri, 10 Jan 2014 13:56:11 -0500 |
| parents | edb59aefba11 |
| children |
comparison
equal
deleted
inserted
replaced
| 9:edb59aefba11 | 10:f3ff6fa994e1 |
|---|---|
| 11 <repository changeset_revision="f6b8f51b71a2" name="package_r_2_15" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/"> | 11 <repository changeset_revision="f6b8f51b71a2" name="package_r_2_15" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/"> |
| 12 <package name="R" version="2.15.0" /> | 12 <package name="R" version="2.15.0" /> |
| 13 </repository> | 13 </repository> |
| 14 </action> | 14 </action> |
| 15 <action type="make_directory">$INSTALL_DIR</action> | 15 <action type="make_directory">$INSTALL_DIR</action> |
| 16 <action type="shell_command"> export PATH=$PATH && export R_HOME=$R_HOME && export R_LIBS=$R_LIBS && R CMD INSTALL ape_3.0-8.tar.gz -l $INSTALL_DIR </action> | 16 <action type="shell_command"> export PATH=$PATH && export R_HOME=$R_HOME && export R_LIBS=$R_LIBS && R CMD INSTALL . -l $INSTALL_DIR </action> |
| 17 <action type="set_environment"> | 17 <action type="set_environment"> |
| 18 <environment_variable action="set_to" name="PATH">$ENV[PATH]</environment_variable> | 18 <environment_variable action="set_to" name="PATH">$ENV[PATH]</environment_variable> |
| 19 <environment_variable action="set_to" name="R_HOME">$ENV[R_HOME]</environment_variable> | 19 <environment_variable action="set_to" name="R_HOME">$ENV[R_HOME]</environment_variable> |
| 20 <environment_variable action="set_to" name="R_LIBS">$ENV[R_LIBS]</environment_variable> | 20 <environment_variable action="set_to" name="R_LIBS">$ENV[R_LIBS]</environment_variable> |
| 21 <environment_variable action="prepend_to" name="R_LIBS">$INSTALL_DIR</environment_variable> | 21 <environment_variable action="prepend_to" name="R_LIBS">$INSTALL_DIR</environment_variable> |
