vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
If inside a flow with pipe, I have a function of more than 1 line and I execute it (control + enter) while the course is inside the parenthesis, only...
**Describe the bug** Lines ending in commas seem to cause `R: Run Selection/Line` to send the wrong lines to the console. **To Reproduce** 1. Create a file `temp.R` with the...
- VSCode Version: 1.53.2 - VSCode-R Version: 1.6.4 - OS Version: Windows 10 Education, 20H2 Steps to Reproduce: 1. Install R, VSCode-R extension, VSCode R LSP Client, etc. 2. Update...
`snippets/r-snippets.json` contains lots of functions that are available in auto-completion/suggestion. Could you please consider taking out all these overlapping functions from the snippet? These are rather redundant and sometimes confusing....
When using the python extension, one can launch an interactive jupyter interpreter, select an R kernel there, and execute R commands interactively, but trying to use it as Rterm doesn't...
When rendering {shiny} apps using VSCode-r, I see the following errer: > Error: C stack usage 1914576 is too close to the limit However, this issue does not happen when...
**Steps to reproduce:** * Open some R package project in vscode. * Spin up an R terminal. * Issue "r.loadAll" from https://github.com/REditorSupport/vscode-R/wiki/Package-development * Try to browse the documentation of some...
**Is your feature request related to a problem? Please describe.** On cluster-like machines, we usually don't have a default R installation on the PATH on startup. Instead, we activate modules...
```r v = "yes–no" ``` Results in (when I use ctrl+enter to send to console): ```r v = "yesno" ``` I'm using Windows 10 and R 4.2.1.