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

R Extension for Visual Studio Code

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

# What problem did you solve? I have added the following commands which are frequently used for R package developpment: - [x] `devtools::dev_mode()` - [x] `devtools::spell_check()` - [x] `devtools::check_rhub()` -...

Expand list of tasks so that documents kan be rendered in a fresh session using tasks. Reference: https://github.com/Ikuyadeu/vscode-R/issues/59#issuecomment-813690674. Open an `.Rmd` file, run the "R: Knit" task. I wonder: -...

Type: Bug When I try to install a package using > install.packages("taxize") --- Please select a CRAN mirror for use in this session --- the R terminal hangs, I have...

**Describe the bug** `"r.bracketedPaste": true` didn't work, after I write `options(radian.auto_match = FALSE)` into `.radian_profile`, it worked, but I got more indentation in the terminal **To Reproduce** Steps to reproduce...

bug

**Describe the bug** first use of the extension. when I add variables to my environment I can't find them inthe workspace viewer: ![Image](https://github.com/user-attachments/assets/023444a6-b821-497e-a24c-48b979a1aadb) ![Image](https://github.com/user-attachments/assets/9515003f-d95c-456b-ad38-37fdaaa1078d) also, the data viewer and plot...

bug

**Describe the bug** When I open a folder with an accent such as "é" and work with a R script within the folder, the variables are not displayed in the...

bug

**Describe the bug** Help links are broken (404 errors) from Help Pages->Home after installed REditorSupport as GitHub codespace extension. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'R...

bug

Is there anyone still using live share feature? In a guest session, it seems I am not able to attach a session to the host. Therefore, plot can only be...

**Describe the bug** Session watcher will not attach when connected to remote host using SSH. **To Reproduce** Steps to reproduce the behavior: (requires a remote server to connect to via...

bug

**Describe the bug** With v2.8.5, textmate scopes have changed and many tokens only have the 'source.r' scope (related to Rsyntax upgrade?). As a result, themes and customisation are affected with...

bug