atom-ide-r icon indicating copy to clipboard operation
atom-ide-r copied to clipboard

Cannot find languageserver in R_PROFILE_USER?

Open heavywatal opened this issue 6 years ago • 2 comments

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

heavywatal avatar Jul 11 '19 03:07 heavywatal

You could configure ide-r.RPath to change the path to R binary.

randy3k avatar Aug 01 '19 18:08 randy3k

Thank you for the response, but I am not talking about R binary.

heavywatal avatar Aug 02 '19 01:08 heavywatal