Jeffrey Pullin

Results 30 comments of Jeffrey Pullin

Great! Well I'd be happy to work on the Julia code parsing function (when I get the time). Unfortunately, (due to my only limited knowledge of how Julia's multiple dispatch...

Ah, okay - I didn't realise that different methods could take different arguments. I think the best workaround would be to generate the `...` form by default and then have...

Hi @ococrook, No worries, there are no imminent deadlines. Indeed, I will be on leave for most of August, so probably won't be able to make changes until early September....

> # Cardelino > > This looks really good, thank you for the contribution. I found it well documented and easy to follow. The R code has a consistent style...

Hi @ococrook, just wanted to follow up on this :).

Hi @ococrook, Thanks for your response :) -[X] Checking function inputs more carefully. I have added a new check that the sparse input A and D matrices have integer values....

Hi @ococrook, Thanks for your continued help and sorry for the complications! After careful thought we have decided to not to use the `VariantExperiment` object in the package, for three...

One further thing that could be done for testing is to use the [revdepcheck package](https://github.com/r-lib/revdepcheck) from RStudio et. al. to check whether this new version breaks any of the existing...

Oh wow, sorry @hsbadr I didn't realize you'd already done that! I completely agree with 1 and 2.

What do you get if you run ``` system("clang++ --version") ``` in R?