Results 1043 comments of Randy Lai

There are 2 issues here. 1. it should be `windows` instead of `Windows` 2. For Sublime Text 3, It should actually be put under the function `plugin_loaded`.

In fact, `/usr/local/bin:/usr/local/bin` should NOT be added to PATH on Windows. It is not a separator issue at all.

You could provide to the path to R in ide-r settings.

The only advice I have for now is to check the R installation and confirm that languageserver has been installed.

It is a known problem of lintr https://github.com/jimhester/lintr/issues/27 As a workaround, you could disable the object lintrr.

You could either use a `.lintr` file to disable the object linter, or specify the following setting in `.Rprofile` ```r setHook( packageEvent("languageserver", "onLoad"), function(...) { options(languageserver.default_linters = lintr::with_defaults( object_usage_linter =...

Try to install it again? It is caused by one of the dependencies.

Could you open the console and turn on the debug mode `atom.config.set('core.debugLSP', true) ` and report the errors shown?

Do you see the same error? The log looks fine.