Mercurial > repos > davidvanzessen > plotting_merged
changeset 15:66be861946f8 draft
Uploaded
author | davidvanzessen |
---|---|
date | Fri, 27 Sep 2013 06:16:23 -0400 |
parents | 835aab57ab41 |
children | ee00fc3ec264 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Sep 27 06:13:49 2013 -0400 +++ b/tool_dependencies.xml Fri Sep 27 06:16:23 2013 -0400 @@ -1,8 +1,5 @@ <?xml version="1.0"?> <tool_dependency> - <set_environment version="1.0"> - <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> - </set_environment> <package name="R" version="2.15.1"> <install version="1.0"> <actions> @@ -35,7 +32,9 @@ <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> - + <action type="set_environment"> + <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> + </action> </actions> </install> <readme>You need a FORTRAN compiler or perhaps f2c in addition to a C compiler to build R.</readme>