Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do i run (configure to run) .r file in intellij idea?

i've tried to use r plugin in idea. everything seems to be fine, but there seems to be no R run configuration option in Intellij Idea 14. just can't configure it - there seems to be no R option. How do i run .r file in idea?

like image 837
WebComer Avatar asked Oct 19 '15 05:10

WebComer


People also ask

How do I fix run configuration in IntelliJ?

From the main menu, select Run | Edit Configurations. Alternatively, press Alt+Shift+F10 , then 0 . In the left-hand pane of the run/debug configuration dialog, click Edit configuration templates…. In the Run/Debug Configuration Templates dialog that opens, select a configuration type.


1 Answers

With the more recent versions of the "R language support" plugin, you can simply create regular run configurations to run your scripts: enter image description here

Also there is an integrated console now, to interactively run your scripts.

like image 195
Holger Brandl Avatar answered Sep 22 '22 15:09

Holger Brandl