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

R Extension for Visual Studio Code

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

Currently, the only way to run R session that will be connected to VSCode by this extension, is to run a remote VSCode server on this machine, and then the...

feature-request

**Describe the bug** I like to drag the R Interactive terminal from the bottom dock to a tab: ![image](https://github.com/user-attachments/assets/902d291a-a1af-440a-856d-cf1e8d5efecd) If VS Code is closed and opened again on the same...

bug

I started using R extension in vscode, but I dont see the dataframe dropdown like in the site? am I doing something wrong? ![Screenshot 2024-10-11 153043](https://github.com/user-attachments/assets/f6e5da3e-1dc5-4adb-8346-9d99d304ca8c) ![Screenshot 2024-10-11 153353](https://github.com/user-attachments/assets/1fc16cd1-f17a-4915-9ad4-3e7bf431c72a) Im...

**Describe the bug** When using `Formula()` in vscode-R (but not when running R/radian directly or RStudio), attempts to set any formula gives "the condition has length > 1" which repeats...

bug

Hi, It is hard to preview S4 objects in vscode-r compared with Rstudio For example, in bioinformatic research, single-cell RNA-seq Seurat object, sometimes it can be extremely big. ![1726483341954](https://github.com/user-attachments/assets/26ed7c37-a5aa-4c74-81f5-21f5fba80175) In...

**Describe the bug** I plotted a figure but the text size is too small. The left figure is plotted using vscode-R, and the right one is plotted using R.app. **To...

bug

As soon as I open the editor page and the drawing page (or help page) separately, move the mouse from the editor to the drawing interface and click, there will...

bug

While working with VScode, I noticed that when working with specific files I keep loosing the objects in my global environment. The patterns seems that those files start with a...

Hello guys. I am using Vscode to work on R language for some data analyses. The r-base was installed in a conda environment. And I found that the R terminal...

**Describe the bug** I'm using renv and set up `r.libPaths`. The R language server works well. However, in the renv enviroment, it reports `VSCode R Session Watcher requires jsonlite. Please...

bug