How can I run (configure to run) the .r file in the intellij idea?

I tried using the r-plugin in the idea. everything seems fine, but Intellij Idea 14 lacks the R-launch configuration option. I just can’t set it up - it seems there is no R option. How to run the .r file in an idea?

+7
intellij-idea r
source share
1 answer

In later versions of the "R-language" support plugin, you can simply create the usual launch configurations to run your scripts: enter image description here

There is also an integrated console to interactively run your scripts.

+1
source share

All Articles