You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of atom-ide-ui, ide-r, atom-language-r, R, and languageserver are installed. But Atom says "Unable to start the R language server".
I have ~/.Renviron with R_LIBS_USER=${R_USER}/.R/library, and languageserver is installed there. Can this be the cause of this problem? Does atom-ide-r require languageserver to be installed system-wide?
A few month ago I submitted a PR to linter-lintr to fix the similar issue (not merged yet, though): AtomLinter/linter-lintr#123
The text was updated successfully, but these errors were encountered:
All of
atom-ide-ui
,ide-r
,atom-language-r
,R
, andlanguageserver
are installed. But Atom says "Unable to start the R language server".I have
~/.Renviron
withR_LIBS_USER=${R_USER}/.R/library
, andlanguageserver
is installed there. Can this be the cause of this problem? Doesatom-ide-r
requirelanguageserver
to be installed system-wide?A few month ago I submitted a PR to
linter-lintr
to fix the similar issue (not merged yet, though):AtomLinter/linter-lintr#123
The text was updated successfully, but these errors were encountered: