[GRASS-SVN] r69911 - grass/branches/releasebranch_7_2/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 25 03:14:56 PST 2016


Author: hellik
Date: 2016-11-25 03:14:56 -0800 (Fri, 25 Nov 2016)
New Revision: 69911

Modified:
   grass/branches/releasebranch_7_2/mswindows/osgeo4w/env.bat.tmpl
Log:
set R_USER if %USERPROFILE%\Documents\R\ exists to catch most common cases of private R libraries in windows - step 1 to prepare OSGeo4w-winGRASS for the same R-GRASS-coupling as standalone winGRASS (r69910 from trunk)

Modified: grass/branches/releasebranch_7_2/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/branches/releasebranch_7_2/mswindows/osgeo4w/env.bat.tmpl	2016-11-25 11:01:49 UTC (rev 69910)
+++ grass/branches/releasebranch_7_2/mswindows/osgeo4w/env.bat.tmpl	2016-11-25 11:14:56 UTC (rev 69911)
@@ -22,3 +22,6 @@
 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_USER if %USERPROFILE%\Documents\R\ exists to catch most common cases of private R libraries
+IF EXIST "%USERPROFILE%\Documents\R\" set R_USER=%USERPROFILE%\Documents\



More information about the grass-commit mailing list