vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

R Extension for Visual Studio Code

Results 280 vscode-R issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When I send ggplot2 code from a script to a radian terminal on VSCode (v1.70.2), if the specific command is over two lines, it errors. It appears...

bug

One of the nicest features of working in RMarkdown files is the ability to send whole code chunks (or multiple chunks) to the terminal with a single command/shortcut. It would...

feature-request

After plotting many graphs, when I tried to plot again the R Plot panel no longer pop up. Even I managed to make R Plot panel appear again and delete...

bug

For example, the following is a valid identifier: `\`` But the escaped backtick is treated as the end of the identifier, and so the final backtick is its own separate...

bug
stale

When using the `view()` command with a `data.frame`, the data viewer does not allow for the selection of values in a single column. Possible ways to enable this feature could...

feature-request

**Is your feature request related to a problem? Please describe.** In VS Code, with the R and Jupyter extensions, ipynb files with lintr issues get flagged with the unhelpful message:...

feature-request

Currently, we only have very limited testing of the features of vscode-R. We might need to put a demo R package and R script folder in the repo and run...

Hi, I am trying to set up Radian in VSC. When I try to launch the R terminal, I get the following error message: `The terminal process "/Users/victor/opt/anaconda3/bin/radian" terminated with...

stale

**Is your feature request related to a problem? Please describe.** Table viewer does not reload automatically when the dataframe or matrix being shown changes. It is somewhat cumbersome to have...

feature-request

# What problem did you solve? Closes #1403. Smart knitting was failing for multi-line custom knits because the filepath argument was being put on a newline (seemingly due to a...