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
All of
atom-ide-ui,ide-r,atom-language-r,R, andlanguageserverare installed. But Atom says "Unable to start the R language server".I have
~/.RenvironwithR_LIBS_USER=${R_USER}/.R/library, andlanguageserveris installed there. Can this be the cause of this problem? Doesatom-ide-rrequirelanguageserverto be installed system-wide?A few month ago I submitted a PR to
linter-lintrto fix the similar issue (not merged yet, though):AtomLinter/linter-lintr#123