vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
## Environment - **OS:** macOS 14.5.0 (Darwin 24.5.0) - **VS Code/Cursor Version:** Cursor (VS Code fork) - **R Extension Version:** 2.8.6 - **R Version:** 4.4.1 (2024-06-14) -- "Race for Your...
I tried installing ReEditorSupport 2.8.6 in VSCode 1.101.0 on two desktop computers, but it didn't work on either. Do you have any solutions?
**Describe the bug** When I go to run an R script in vscode, I am able to run line which span only a single line. But if it spans a...
In v2.8.6 I am unable to reformat R code in vscode using REditorSupport. In v.2.8.5 the option is present in the left-mouse-button menu and in the control-p actions, I cannot...
I'm working on a small extension to work with `ark` in an interactive window in vscode. I realized that the option to enable/disable code chunks is the same for `.Rmd`...
I tried to build R environment in VScode. But the workspace region still showed nothing when I created R dataframe. What I've done: I created a r_env environment on Linux...
**Describe the bug** Currently, to set up a conda environment with R in VS Code you need to: 1. `conda create -n r443 -c conda-forge r-base=4.4.3` 2. Modify workspace JSON...
This is on a clean laptop at a new job. I've installed VSCode and R 4.4.3 (both as a user install) along with the REditorSupport extension. lintr fails with the...
# What problem did you solve? 1. Fixed the issue that multiple data viewer would open by calling `View()` for the same data. The fix introduced `dataview_uuid`, and check whether...
WIP/Proof of concept. Addresses #1239, #1242. Makes R tasks interactive by running the specified code from a custom .Rprofile. This feels a bit hacky, but was the only way I...