We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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\
The text was updated successfully, but these errors were encountered:
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
R.exe
c:/path-to-R-bin-folder/R.exe
Sorry, something went wrong.
No branches or pull requests
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\
The text was updated successfully, but these errors were encountered: