ktisha / TheRPlugin

R language plugin for IntelliJ platform.
MIT License
18 stars 6 forks source link

Add a .readme and install steps page #31

Open ElianoMarques opened 8 years ago

ElianoMarques commented 8 years ago

Hi, could you add a .readme and/or installation steps? I just install your plug and get the following error when running:

"Error running global: The R interpreter is not specified"

Also from the screen shots around package management is not clear how to reach that page?

Thank you

sproshev commented 8 years ago

@ElianoMarques Interpreter can be specified in File -> Settings -> Other Settings -> The R Interpreter

adeveloperdiary commented 8 years ago

Could any one please provide instructions on how to make the plugin working. Installed it. set the Interpreter location as /Library/Frameworks/R.framework/Resources/Rscript. However its not working... any help would be appreciated.

ktisha commented 8 years ago

@adeveloperdiary Please, try to select "/Library/Frameworks/R.framework/Resources/R" instead of "Rscript".

lamerman commented 8 years ago

I would vote for this issue. You should make it clear how to install the plugin. Assume that not everyone works in JetBrans and understands how it works. I tried to install the plugin but with no result, then Idea offered me other plugin for R, I just clicked yes and it was installed instead.

dmiljkovic commented 7 years ago

I was able to add plugin in pycharm on Mac. When executing r code I am getting The R interpreter is not specified error.

How can I set up R interpreter. I tried above suggestions but none is working.