languageserversetup
languageserversetup copied to clipboard
R package for easy setup and initialization of the implementation of the Language Server Protocol for R
Hi, the language server works in the terminal but not in the editor. I'm not sure what else I can do to fix it. Linux pop-os 6.2.6-76060206-generic #202303130630~1683753207~22.04~77c1465 SMP PREEMPT_DYNAMIC...
Hi thanks for your useful package! I'm having trouble getting it working. I'm in the R Gui 64-bit. I managed to get the compiled steps working but now am getting...
A few weeks ago the Codespace Beta opened for me. I have not played much with it, and am generally not all that familiar with VS Code either -- but...
On a fresh installation of `languageserversetup` in R 3.3.1 (2016-06-21), the following command to install `languageserver` fails as follows: ``` > languageserversetup::languageserver_install() This will attempt to use: source('https://install-github.me/REditorSupport/languageserver') to install...
Tried to run `languageserver_install()`, but I get the error ``` > languageserver_install() This will attempt to use: source('https://install-github.me/REditorSupport/languageserver') to install REditorSupport/languageserver into: C:\Users\xxxxx\Documents/languageserver-library All dependencies will also be installed there...
Hi again, I dont understand why I cannot firn the languageserver package.. ``` # LanguageServer Setup End to: /Users/kamaulindhardt_1/.Rprofile Do you agree? (yes/No/cancel) yes > library(languageserversetup) > languageserversetup::languageserver_add_to_rprofile() This will...
See here: https://renkun.me/2020/06/16/using-httpgd-in-vscode-a-web-based-svg-graphics-device/ I'd rather have this package separated as well, you can also add the required code to the `.Rprofile`. Maybe there should be a parameter to choose whether...