Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

configure R to use with IntelliJ #203

Open
mvp5822 opened this issue Aug 6, 2019 · 4 comments
Open

configure R to use with IntelliJ #203

mvp5822 opened this issue Aug 6, 2019 · 4 comments

Comments

@mvp5822
Copy link

mvp5822 commented Aug 6, 2019

Team,
I cannot get R to compile in IntelliJ on MacOS. The following screenshots show what my settings are:
Screen Shot 2019-08-06 at 2 58 35 PM
Screen Shot 2019-08-06 at 2 58 55 PM
Screen Shot 2019-08-06 at 3 00 11 PM

@mvp5822
Copy link
Author

mvp5822 commented Aug 6, 2019

my code will compile if I use the R console on the right, but will not function if I code in IntelliJ

@holgerbrandl
Copy link
Owner

R is a scripting language, there is no compilation (unless your doing package development).

All the plugin is doing is to build an index from your installed packages and to provide an embedded terminal to run code selections.

@mvp5822
Copy link
Author

mvp5822 commented Aug 6, 2019

Thanks for the reply. Maybe my question is off. I am preparing for my upcoming class that uses R. How do I see the output from my script in IntelliJ? Or do I need to just use R studio for that?

@holgerbrandl
Copy link
Owner

Yes, you could use the integrated console, which will show your results.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants