Constantin
Constantin
Closed by #63.
Hi Sean, thanks for sharing your experience and the work-around. If you have a reproducible example (https://reprex.tidyverse.org/), I will try to take a look and figure out why the internal...
Hey, thank you for the kind words and the well written bug report. As you probably have already noticed, I am currently not on top of my Github issues and...
Hi thanks a lot for opening the PR. This is a much-asked-for feature. Can you check if your implementation also works for adjusting p-values across facets? If I remember correctly,...
Thanks for confirming the issue > As you can see, E and the top of D are the same figure and it does not adjust the P values for the...
Hey, thanks for posting this. I agree that this behavior can be surprising but also think that this is the more consistent behavior, so I have no plans to change...
I encountered the same problem today, that I couldn't use Rcpp functions in a package generated with `rstanstools::rstan_package_skeleton`. I found that removing the `R_init_mypackage` function fixes the problem of calling...
Hi Matthew, thanks for flagging this. Indeed, as Pete has suggested, _sparseMatrixStats_ hasn't really been tested on the M1, however, I am not actually sure this is an M1-specific problem....
Hi Henrik, thanks for the heads-up. Could you say a bit more what is the advantage of using `ties.method = "average"` as the default and from now on forcing people...
I added the `...` to [col|row]Prods() and also fixed the `preserveShape` argument name in `colRanks`. > Why not put these arguments in the generic so that they are guaranteed to...