I'm using GRASS GIS 7.8.6 to try and achieve kriging
In order to use this add-on extension I need to install certain R packages in which I am doing through the python console in GRASS.
from rpy2.robjects.packages import importr
from rpy2.robjects.vectors import StrVector
utils = importr('utils')
package_names = ('rgeos', 'rgdal', 'gstat', 'rgrass7', 'automap')
utils.install_packages(StrVector(package_names))
It keeps asking me Would you like to create a personal library
to save the libraries to, but I can't alter the personal library. Where it is pre-setting as the personal library, I don't want them there.
Can I alter this?