Benjamin kasongo
Benjamin kasongo

Reputation: 11

How to solve Exit code 3 with IntelliJ IDEA for R code

I recently started using IntelliJ as an R IDE and it was working fine at the beginning

However, when i Try running a code line with list.files() it produces the lines below without any additional info.

*Process was terminated

*Process finished with exit code 3

when i try running my program in Rstudio, it works fine, but when i bring it back to IntelliJ it does not work.

i was trying to load multiple shape files or image files by filters

what could be the problem?

Upvotes: 1

Views: 863

Answers (1)

user1683586
user1683586

Reputation: 373

It seems to be a bug in the September 2020 version of the R-plugin. JetBrains are aware of it and so there will hopefully be a fix soon.

In the meantime, the August 2020 version works for me. So I uninstalled the plugin, downloaded a different version and installed the plugin from disk.

Here are the R-plugin downloads: https://plugins.jetbrains.com/plugin/6632-r-language-for-intellij/versions

Upvotes: 1

Related Questions