[GRASS-SVN] r66837 - in grass/branches/releasebranch_7_0/mswindows: . external/rbatch

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 15 06:25:31 PST 2015


Author: neteler
Date: 2015-11-15 06:25:31 -0800 (Sun, 15 Nov 2015)
New Revision: 66837

Modified:
   grass/branches/releasebranch_7_0/mswindows/env.bat
   grass/branches/releasebranch_7_0/mswindows/external/rbatch/README.grass
Log:
env.bat: set RStudio temporarily to %PATH% if it exists (trunk, r66767, r66768, r66769)

Modified: grass/branches/releasebranch_7_0/mswindows/env.bat
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/env.bat	2015-11-15 13:17:01 UTC (rev 66836)
+++ grass/branches/releasebranch_7_0/mswindows/env.bat	2015-11-15 14:25:31 UTC (rev 66837)
@@ -18,3 +18,12 @@
 set PATH=%GISBASE%\msys\bin;%PATH%
 set PATH=%GISBASE%\extrabin;%PATH%
 set PATH=%GISBASE%\bin;%PATH%
+
+REM set RStudio temporarily to %PATH% if it exists
+
+IF EXIST "%ProgramFiles%\RStudio\bin\rstudio.exe" set PATH=%PATH%;%ProgramFiles%\RStudio\bin
+
+REM set R temporarily to %PATH%
+
+cd %GISBASE%\extrabin
+R path

Modified: grass/branches/releasebranch_7_0/mswindows/external/rbatch/README.grass
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/external/rbatch/README.grass	2015-11-15 13:17:01 UTC (rev 66836)
+++ grass/branches/releasebranch_7_0/mswindows/external/rbatch/README.grass	2015-11-15 14:25:31 UTC (rev 66837)
@@ -43,4 +43,5 @@
 
 at svn-revision 144 (2014-04-30)
 
---
\ No newline at end of file
+--
+



More information about the grass-commit mailing list