vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
**Environment** Windows 11 Enterprise VS Code version 1.99.1 reditorsupport.r version 1.8.4 R version 4.4.3 **Describe the bug** When running and R script and a `summarise` function that includes a line...
When VsCode is opened in a folder with non-ascii characters `.vsc.attach()` does nothing. Tried both with the "Create R terminal" command and opening a normal vscode terminal window and loading...
There have been no activity in the past 6 months, just would like to check any future plan for vscode-R? I guess it is mature to some extend, and I...
**Describe the bug** The object_usage_linter that comes installed with vscode-R's lintr won't recognize functions added to package scope via `@import` and `@importFrom` calls. The linter that runs via `devtools::check()` or...
I find that all the language server features seem to be unaware of sourced files. This includes "Go to Definition" and "Go to Symbol in Workspace". It also won't pull...
**Is your feature request related to a problem? Please describe.** When inserting an R code block in a .rmd notebook using the keyboard shortcut cmd + option + i, the...
**Describe the bug** I have a custom library set up for R, by setting `R_LIBS_USER` in my `.bashrc`. If I start R or radian in the terminal, that is reflected...
As a researcher, the main purpose of plotting is to put it in my article, I usually specify the `base_size` as 7 in the ggplot2's `theme()` to meet the journal's...
Package ‘httpgd’ was removed from the CRAN repository. https://cran.r-project.org/web/packages/httpgd/index.html What are we going to do in the future?
**Describe the bug** When I have a data frame containing å/ä/ö in character vectors, the output is garbled like : SÃ¥ ska det lÃ¥ta. **To Reproduce** Run this : data.frame(nordic...