Wouter van der Bijl

Results 8 issues of Wouter van der Bijl

This package is listed as orphaned on [CRAN](https://cran.r-project.org/web/packages/imager/). Is this in error, or is the package no longer maintained?

Adding labels to `geom_edge_parallel` causes some edges to collapse onto each other. (Perhaps labels and parallel edges are not a great idea, but it could be nice to display two...

`str_subset` drops names. This appears to a design choice from `stringi` (https://github.com/gagolews/stringi/issues/59). Fair enough. But I got bitten by this today, as I read the documentation stating: _"It's a wrapper...

bug

I am trying to get smoove to run on some guppy sequences. However, it always fails immediately, and it is not clear where to even begin debugging. I run: ```...

Following earlier discussion [here](https://discourse.mc-stan.org/t/marginal-means-using-emmeans-or-manual-calculation-through-add-fitted-draws-dont-agree/6626/2): Perhaps it would be useful to add a comment about setting `re_formula = ~ 0`, at the part where you warn that "a population made up...

This is just as an FYI. You are currently exporting the rather odd `RCircos.Env` object to the gobal environment to make your package work: https://github.com/stianlagstad/chimeraviz/blob/master/R/plot_circle.R#L249. This is not particularly nice,...

Hi Kivanc, I've updated kGWASflow and tried to run the analysis including aligning the kmers. Unfortunately, generating the Manhattan plot yields errors, with unhelpful logs: ``` y_max: 19.284643066713652 y_min: 9.220349838454867...

Hi Matthew, Thanks for making my favorite ggplot extension package! `slab_alpha` applies to both the fill of the slab, as well as the outline. While the alpha can work nicely...