vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
Type: Bug myproject Extension version: 2.8.0 VS Code version: Code 1.77.3 (704ed70d4fd1c6bd6342c436f1ede30d1cff4710, 2023-04-12T09:16:02.548Z) OS version: Windows_NT x64 10.0.19045 Modes: Sandboxed: No System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-2520M CPU @...
Type: Bug I have: 1. Installed R via Windows 2. Installed the R VSCode extension 3. Set up VSCode to use an Anaconda Powershell prompt as the default terminal 4....
**Describe the bug** In some function calls named arguments with `=` padded by leading spaces/tabs are not highlighted as usual named arguments. I suspect this is an issue with https://github.com/REditorSupport/vscode-R/blob/master/syntax/r.json,...
Installing required packages fails if the system library is not writable and the user has no library
**Describe the bug** If a user without any user-level R library gets a prompt asking if they want to install `languageserver` and they click yes, the process exits without bubbling...
**Describe the bug** I've created my own Docker container with R4.2.1, instead of using a Rocker container. Running R code in VS Code works, except for plotting, in which I...
**Is your feature request related to a problem? Please describe.** I should not have to provide the full path to radian in order to use it as the console **Describe...
**Is your feature request related to a problem? Please describe.** I use following yaml header in my Rmd file: ``` --- title: "vignette" output: bookdown::html_vignette2: fig_caption: true number_sections: true global_numbering:...
[Let me preface this by admitting that I do not know whether I should post the feature request or on Radian's github. Also, great stuff, thank you for all the...
hi There, I am wondering whether it is possible to use support for R which is available as module on red hat server on which I do not have root...
In RStudio when you run code line-by-line the cursor automatically advances down to the next line, and if it is a chunk of code broken into several lines, it runs...