Ido Bar

Results 13 comments of Ido Bar

Any updates regarding this option/functionality? At the moment, when using `p_load(package, update=TRUE)` and compiling packages from source, `p_load()` uses the default R library (`.Library`) rather than the location defined by...

@trinker It seems like the issue was with packages that are installed in R's home folder as part of the base installation and it then asks whether you want to...

@trinker For the purpose of specifying packages location I would suggest the same solution suggested earlier by @Dasonk , i.e. using `.libPaths()`. I think that the issue can be closed,...

> Hi Darren, that's definitely going to happen, hopefully in the near future. Any update on this feature?

That's definitely a problem I encounter every time I try to use the package (annotating big blast outputs). At the moment I'm forced to use the functions one term at...

Thank you @sckott, Returning NULL or empty character strings creates a problem as well for downstream applications because the resulting factor is not the same length as the input one,...

After reading the other relevant issues and doing some testing I updated the PR to check if data is not a data.frame OR is a tibble to convert to a...

I updated the PR to check if data is not a data.frame OR is a tibble to convert to data.frame

Hi, Coming back to this issue, is it possible to overcome the bottleneck by instructing Jellyfish to open multiple files at once as detailed in the documentation? [How to read...