Hi there! I'm having an issue I'm hoping one of you smart people might have an answer to.
I've installed the R-ArcGIS Bridge bindings and can use them without issue in a jupyter notebook session in a conda environment, but trying to run R code in a geoprocessing script tool using either the conda install or the R-Studio default install always throws the following error:

The backstage has the following options set:

The R installation details script completes and shows the following messages:
'R (version 4.1.1), installed in: C:\Program Files\R\R-4.1.1
R packages will be installed into: C:\Users<username>\Documents\R\win-library\4.1
All R package libraries detected: C:\Users<username>\Documents\R\win-library\4.1;C:\Program Files\R\R-4.1.1\library
The ArcGIS R package (version 1.0.1.244) is installed at: C:\Users<username>\Documents\R\win-library\4.1\arcgisbinding'
I haven't been able to find a way to get the interpreter initialized correctly, does anyone have any ideas to try?
Thanks much!
Hi there! I'm having an issue I'm hoping one of you smart people might have an answer to.
I've installed the R-ArcGIS Bridge bindings and can use them without issue in a jupyter notebook session in a conda environment, but trying to run R code in a geoprocessing script tool using either the conda install or the R-Studio default install always throws the following error:
The backstage has the following options set:
The R installation details script completes and shows the following messages:
'R (version 4.1.1), installed in: C:\Program Files\R\R-4.1.1
R packages will be installed into: C:\Users<username>\Documents\R\win-library\4.1
All R package libraries detected: C:\Users<username>\Documents\R\win-library\4.1;C:\Program Files\R\R-4.1.1\library
The ArcGIS R package (version 1.0.1.244) is installed at: C:\Users<username>\Documents\R\win-library\4.1\arcgisbinding'
I haven't been able to find a way to get the interpreter initialized correctly, does anyone have any ideas to try?
Thanks much!