Craig Gower-Page
Craig Gower-Page
Quite often I find myself needing to check a vector of conditions for example ``` library(assertthat) x = 1) ``` which fails because x is not of length 1 To...
Hi, Bit of a niche issue but thought I would post it just to make others aware. Apparently if you set the seed in STAN to NA it results in...
When running `rstan::sampling()` I have just started getting the following error message: ``` [1] "Error in sampler$call_sampler(args_list[[i]]) : " error occurred during calling the sampler; sampling not done ``` Please...
**Describe the bug** It appears whilst using the extension an excessive number of R sessions are still being spawned and not released :( **To Reproduce** Use R + vscode extension...
Apologies in advance if this is the wrong place to raise this. I am making the assumption the issue is from how this extension is using lintr rather than with...
R packages support the ability for developers to write their own vignette index.html file instead of relying on the one automatically produced by R. If this is opened and viewed...
As an enhancement it would be great if we could have a way of just extracting the raw rtf content for the table rather than a complete file so that...
As explained in the [vignette](https://cran.r-project.org/web/packages/lubridate/vignettes/lubridate.html) adding and subtracting months can results in either impossible or ambiguous dates. Thus to account for this the default behaviour of lubridate is to set...
**Describe the bug** If adding pipes onto the end of a command that finishes with a bracket on a newline the autoindent seems to want to add an extra indent....
It would be really useful to adjust custom command to accept arguments so that we can bind specific actions to keyboard shortcuts i.e. ``` "key" : "shift+alt+l", "command": "code-runner.runCustomCommand", "args"...