Usually for internally usage, create valid 'GRASS GIS 7.xx' rsession environment settings according to the selected GRASS GIS 7.x and Windows Version
Source:R/grassControl.R
setenvGRASSw.Rd
Initializes and set up access to 'GRASS GIS 7.xx' via the rgrass
wrapper or command line packages. Set and returns all necessary environment variables and additionally returns the GISBASE directory as string.
Usage
setenvGRASSw(
root_GRASS = NULL,
grass_version = NULL,
installation_type = NULL,
jpgmem = 1e+06,
quiet = TRUE
)
Arguments
- root_GRASS
grass root directory i.e. 'C:\OSGEO4~1',
- grass_version
grass version name i.e. 'grass-7.0.5'
- installation_type
two options 'osgeo4w' as installed by the 'OSGeo4W'-installer and 'NSIS' that is typical for a stand_alone installation of 'GRASS GIS'.
- jpgmem
jpeg2000 memory allocation size. Default is 1000000
- quiet
boolean switch for suppressing console messages default is TRUE