What is “The R Interpreter” setting in IntelliJ IDEA?

后端 未结 3 1547
广开言路
广开言路 2021-01-19 11:52

My OS is Windows 7. I have installed \"IntelliJ IDEA 2016.2.5\", and \"R x64 3.1.2\".

I\'m going to do some R language coding in IntelliJ IDEA. So I installed the pl

相关标签:
3条回答
  • 2021-01-19 12:29

    Sorry I'm a so newbie of IntelliJ IDEA. And I got the answer. The R Interpreter means the x64/R.exe file in my R installation folder. But still don't know how to set the "Sources" in that same page.

    0 讨论(0)
  • 2021-01-19 12:35

    Goto Preferences->Languages->R
    or File->Settings->Languages->R Language

    Then browse the location where you have installed R and after going to that location goto "bin" folder and then choose R.exe file.
    Now after browsing "........./R/R-<version>/bin/R.exe" by following the above instructions click on Apply and then Ok.
    That's it. You are done then.
    Hope this was helpful.

    0 讨论(0)
  • 2021-01-19 12:39

    First, go to File -> Settings -> Languages -> R Language, click the ... and go to (if you picked the default R installation options) C:/Program Files/R/[R version]/bin/ and double-click R.exe.

    0 讨论(0)
提交回复
热议问题