Craig Gower-Page

Results 54 issues of 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...

bug

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...

bug

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...

bug

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...

Difficulty: [3] Advanced
Effort: [3] High
Priority: [2] Medium
Type: ★ Enhancement
Focus: Pharma

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...

feature
timechange :clock11:
clock

**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....

bug

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"...