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!
请先登录再写评论。
Has there been any movement in regards to this question?
No, I could not solve it and keep using RStudio unfortunately...
There is not way to do so yet. I've created a ticket https://github.com/holgerbrandl/r4intellij/issues/165.
Has any headway been made on this issue? I'm encountering a similar difficulty when calling on the outputs of the R ggplot2 package.
How would `--quiet` relate to ggplot2? AFAIK it's just about startup.
-Holger