Logging in R Language Plugin/ suppress argument "-quiet"

 

I am trying to run an R script in PyCharm so I do not have to switch between PyCharm and RStudio all the time. But I need to see all R messages, warnings and logging of my script in the console. Is that possible? The plugin automatically seems to pass the --no-save --quiet arguments. How can I tell it to NOT automatically pass the "-quiet" argument? Thanks!

5

Has there been any movement in regards to this question? 

0
Avatar
Permanently deleted user

No, I could not solve it and keep using RStudio unfortunately...

0
Avatar
Permanently deleted user

There is not way to do so yet. I've created a ticket https://github.com/holgerbrandl/r4intellij/issues/165. 

0
Avatar
Permanently deleted user

Has any headway been made on this issue?  I'm encountering a similar difficulty when calling on the outputs of the R ggplot2 package.

 

0
Avatar
Permanently deleted user

How would `--quiet` relate to ggplot2? AFAIK it's just about startup.

 

-Holger

0

请先登录再写评论。