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

- powershell + radian, **works** ![image](https://github.com/randy3k/radian/assets/9815742/ea43781a-7e85-4418-abed-879243c0e9ad) - **VSCode** powershell + radian: **not work** ![image](https://github.com/randy3k/radian/assets/9815742/8d7164ad-75c1-4f0c-abd8-b3510fe69b07) `nchar(x) = 0` ## Version - `radian`: the latest version, installed by pip+github. Also reported at...

bug
stale

Hi all. This is what I am wanting to do. I ran "chunk code" and it ran on Terminal of 'R ibteactive' however I want my results to sync to...

bug
stale

A simple humble feature request for the ability to restart the R language server manually (i.e. in VSCode command palate). This is implemented currently in many language servers, such as...

feature-request

Type: Bug In the latest VSCode insiders, `"terminal.integrated.focusAfterRun"` setting has been introduced. However, `"r.source.focus"` seems to override the value so I cannot benefit from it. For example, screen reader users...

stale

**Describe the bug** When exceeding the `max-line-length`, the LSP raise a warning called "Lines should not be morn than `your_max_line_length` characters. line_length_linter"(See the following fig) ![image](https://github.com/REditorSupport/vscode-R/assets/37699150/2494eaf8-1dcb-49a7-bac8-777c5e030249) I tried to reformat...

bug
stale

**Describe the bug** using thematic with shiny gives the following error in the browser plots: ``` error: This {rstudioapi} function is not currently implemented for VSCode. ``` **To Reproduce** Steps...

bug
stale

**Describe the bug** When running the extension in a devcontainer, I cannot view plots/tables, use the workspace viewer, or use the rstudioapi functions. When using the View() function, nothing happens....

bug
stale

**Describe the bug** In VS Code, View() displays only the seconds of Period objects when in some sort of larger data structure, like a tibble, data frame or a list....

bug
stale

We have two ways to activate radian, but it seems they are not the same, is it because the first method does not activate the conda envs, but apparently the...

feature-request
stale

Type: Bug Smart knit fails when custom function is defined in multiple lines below. This example is retrieved from https://bookdown.org/yihui/rmarkdown-cookbook/custom-knit.html ```` --- knit: | (function(input, ...) { rmarkdown::render( input, output_file...