REditorSupport / atom-language-r

R syntax for Atom
https://atom.io/packages/atom-language-r
Other
31 stars 11 forks source link

Unable to start the R language server. #21

Open claytonfraga opened 5 years ago

claytonfraga commented 5 years ago

After install the ide-r and atom-language-r packages, i restart Atom and receive this message:

"Unable to start the R language server. This can occur if Atom cannot find R or the server is not installed.

Make sure you have both R and languageserver installed. Install Instructions"

I set the absolute path to R as: c:\Program Files\r\R-3.4.2\bin\

mr-majkel commented 5 years ago

Hi, had the same issue. It seems you need to put R.exe at the end of the path. What works: c:/path-to-R-bin-folder/R.exe