north-road / qgis-processing-r

QGIS Processing R Provider Plugin
https://north-road.github.io/qgis-processing-r/
GNU General Public License v3.0
63 stars 14 forks source link

Manually add R folder #9

Closed simbamangu closed 5 years ago

simbamangu commented 5 years ago

On Mac OSX, was necessary to identify the R folder manually in Processing options, perhaps this should be a default?

/usr/local/bin

nyalldawson commented 5 years ago

How was R installed?

ghtmtt commented 5 years ago

@simbamangu I'm definitely not an OSX expert but what if in a terminal you type which R? This should output the R path

simbamangu commented 5 years ago

How was R installed?

Homebrew - brew cask install r-app (actually may have been a dependency installed with brew cask install rstudio).

This gives an R.app in /Applications and also executables in /usr/local/bin, both of which are symlinked to /Library/Frameworks/R.framework/Resources/bin/R.