languageserver icon indicating copy to clipboard operation
languageserver copied to clipboard

Should to note install the binary version for the new user.

Open 8ar10der opened this issue 5 years ago • 1 comments

I met a error today and solved it.

One of the dependent packages, 'stringi' does not work after updating to R3.2.1.

If new user normally install the languageserver will get the error when install "stringi". Then they have to reinstall R to reset the environment.

I recommend that pointing out this error and recommend that the user install the binary package. install.packages("languageserver",type="win.binary") (for windows user, other platform user should change the type)

Or let user install binary "stringi" before install ‘languageserver“

See discuss here: https://stackoverflow.com/questions/31038636/package-stringi-does-not-work-after-updating-to-r3-2-1

8ar10der avatar Jan 29 '20 16:01 8ar10der

stringi was updated a while ago. For some reasons, stringi’s binary for R-release is still not available on Windows https://cran.r-project.org/web/packages/stringi/index.html

I believe it’s a temporary thing and it will get resolved eventually.

randy3k avatar Jan 29 '20 16:01 randy3k