Hi,
2016-01-03 21:57 GMT+01:00 <svn_grass@osgeo.org>:
-IF EXIST "%GISBASE%\extrabin\R.exe" %GISBASE%\extrabin\R path
+IF EXIST "%ProgramFiles%\R\" %GISBASE%\extrabin\R path
you are checking %ProgramFiles%\R\ and then calling
%GISBASE%\extrabin\R, is it right? Ma
--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
hellik
2
Hi Martin,
Martin Landa wrote
Hi,
2016-01-03 21:57 GMT+01:00 <
svn_grass@
>:
-IF EXIST "%GISBASE%\extrabin\R.exe" %GISBASE%\extrabin\R path
+IF EXIST "%ProgramFiles%\R\" %GISBASE%\extrabin\R path
you are checking %ProgramFiles%\R\ and then calling
%GISBASE%\extrabin\R, is it right? Ma
yes.
we don't ship R in our winGRASS distribution, but we have to test if there
is a R installation, hence:
+IF EXIST "%ProgramFiles%\R\"
but we ship [1] which are living in %GISBASE%\extrabin\.
calling R path sets magically the R to %PATH%. this works in standalone
installer.
unfortunately it doesn't work in osgeo4w-winGRASS until [2] isn't solved.
[1]
https://trac.osgeo.org/grass/browser/grass/trunk/mswindows/external/rbatch
[2] https://trac.osgeo.org/osgeo4w/ticket/413
-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Re-GRASS-SVN-r67473-grass-trunk-mswindows-tp5243518p5243522.html
Sent from the Grass - Dev mailing list archive at Nabble.com.