vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
**Describe the bug** I'm trying to render a simple .Rmd file in VSCode but it keeps telling me `Error: pandoc version 1.12.3 or higher is required and was not found...
**Title**: Feature Request: Implement Output Insertion as Comments for Evaluated R Code **Description**: I propose adding a feature to vscode-R that allows users to evaluate selected R code and automatically...
It's really great/encouraging to see vscode-R grows and progressed so much and fast! Coming from nvim-R extension in the vim world, I really hope to remap vim style keybindings to...
**Describe the bug** I've installed the httpgd package and made the main settings changes like "r.plot.useHttpgd": true and added options(vsc.use_httpgd = TRUE) to my Rprofile but plots are neither showing...
When I input plot(1:10) in the shell radian, there will be a popup R Graphics: Device 2 (ACTIVE) to draw pictures. However, when codeserver runs radian input plot(1:10), the plot...
This is not the first time I have the issue. Sometimes httpgd just stops working and no plot panel is shown after a plot command. Even if I restart VSCode...
First of all, thanks for making VSCode and R such a great partnership! R was the last thing I switched over to VSCode & it's great to be able to...
I save R objects regularly as `rds` files, and it would be great to view them as one can with other file types. An example would be the docx viewer...
**Is your feature request related to a problem? Please describe.** If I have a function `foo()` with some arguments: ```r #' Do something #' @param arg1 Description of argument 1...
`"patterns": [ { "include": "#lambda-functions" } ]` does not work with the `"match"` rule it currently doesn't do anything and can be safely removed https://github.com/REditorSupport/vscode-R/blob/ce8ae9c31e08c38471aac861a2207fe3716776fe/syntax/r.json#L456 Two random `"name"` rules that...