[GRASS-SVN] r69895 - grass/branches/releasebranch_7_2/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 24 06:25:18 PST 2016


Author: neteler
Date: 2016-11-24 06:25:17 -0800 (Thu, 24 Nov 2016)
New Revision: 69895

Modified:
   grass/branches/releasebranch_7_2/mswindows/env.bat
Log:
set R_USER if %USERPROFILE%\Documents\R\ exists to catch most common cases of private R libraries in windows (trunk, r69883)

Modified: grass/branches/releasebranch_7_2/mswindows/env.bat
===================================================================
--- grass/branches/releasebranch_7_2/mswindows/env.bat	2016-11-24 13:18:27 UTC (rev 69894)
+++ grass/branches/releasebranch_7_2/mswindows/env.bat	2016-11-24 14:25:17 UTC (rev 69895)
@@ -19,6 +19,9 @@
 
 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\
+
 REM set R temporarily to %PATH%
 
 IF EXIST "%ProgramFiles%\R\" ("%GISBASE%\extrabin\R" path)



More information about the grass-commit mailing list