vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
In RStudio, depending on the supplied argument, if you hit tab, the IDE will provide the accurate argument list, if there are different methods: https://user-images.githubusercontent.com/26301769/193995198-0e924faa-a204-481e-90e4-4663be02f957.mov I could not get this...
**Describe the bug** R doesn't execute `~/.Rprofile` if renv is enabled and `RENV_CONFIG_USER_PROFILE=TRUE` is set in `~/.Renviron`. Background: renv is not supposed to source `~/.Rprofile` by default, but this can...
The variable inspector doesn't seem to work while using Jupyter notebook with a conda environment and a R kernel, is it a problem with my machine and my setup or...
**Describe the bug** When opening a Rmd template, lintr does not work and shows the following error: ``` failed to run diagnostics: ! in callr subprocess. caused by error: !...
**Describe the bug** When there is a conflict on `setdiff()`, [conflicted](https://conflicted.r-lib.org/) complains about it every time a new prompt `> ` shows up even when the function was not called...
**Is your feature request related to a problem? Please describe.** I'd like to be able to wrangle the amount of 'Viewer' tabs that are created. I make a lot of...
**Describe the bug** `r.removeLeadingComments` usually removes comments on preceding lines when those lines are submitted to the terminal. But if a line of R code is preceded by three lines...
Currently the plot drawing is done only by drawing as PNG. It will be nice if the user could choose to draw the plots as SVG. **Pro:** It is faster...
There is an example: ``` plot(rnorm(100), col = "red") ``` By now, commenting the line `stroke: var(--vscode-foreground) !important;` in https://github.com/Ikuyadeu/vscode-R/blob/master/html/httpgd/styleOverwrites.css#L14 temporarily solves the problem.