Rory Nolan
Rory Nolan
This is the PR from issue https://github.com/r-dbi/RMariaDB/issues/257.
I like `anyValue()` and I'd like to add `anyGreater()`, `anyLess()`, `anyGreaterOrEqual()` etc plus all of the row and column variants. I often find myself doing `any(x > 3)` or something...
All of these are needed to compile `ijtiff` on various platforms. Found via `pkg-config`.
3D watershed
Hi @aoles I'd like watershed to work in 3D (on z-stacks). Right now I can run the function on a stack, but it seems to just perform watershed on each...
**Is the bug primarily related to salmon (bulk mode) or alevin (single-cell mode)?** Salmon **Describe the bug** Unit test failure during `make test` **To Reproduce** Building this Dockerfile is enough...
Could you please support `GITLAB_PAT` the same way you support `GITHUB_PAT`? The `remotes` package supports both. `pak` is so much faster that right now my workaround is to first clone...
I would love for RcppThread to have the parallel-safe wrappers that RcppParallel has. I prefer RcppThread because of the lack of need for TBB. @kevinushey, is it OK with you...