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

**Is your feature request related to a problem? Please describe.** I recently found myself in a project which contained R code in a subfolder, where R was largely isolated to...

feature-request

**Is your feature request related to a problem? Please describe.** Yes. It is not straightforward for many R users to install and use radian as the R terminal in VSCode...

feature-request

For some reason creating a new code chunk in an .rmd file when running R in VS is not as intuitive as I'd expect. How can I create a new...

Is it possible to use air as the language server and formatter and Ark as the console? They appear pretty polished now. Using them allows for consistent R programming experiences...

feature-request

**Describe the bug** When installing the R package languageserver, this error message pops up: R library paths: /home/LL/R/x86_64-redhat-linux-gnu-library/4.5 /usr/lib64/R/library /usr/share/R/library Error in loadNamespace("jsonlite") : there is no package called ‘jsonlite’...

bug

In RStudio, uninstalled packages used in a program are detected, and a message will pop up asking to install them. I find this feature very convenient, and it would be...

feature-request

**Describe the bug** The Install CRAN Package function under HELP PAGES does not work. When trying to install one package, multiple packages, or update installed packages, this error message will...

bug

This project may be suitable for NumFOCUS Funding. data.table got it this year. https://numfocus.org/ https://www.r-bloggers.com/2025/07/data-table-is-a-numfocus-project/

**Describe the bug** The dataframe viewer shows missing boolean values with an unchecked check box like it were a FALSE value **To Reproduce** In the following dataframe, the second vlaue...

bug

**Describe the bug** Sometimes the Viewer shows "Invalid Number" instead of NA for missing values **To Reproduce** ``` subdf

bug