nlubock
nlubock
Hey thanks again for supporting the development of these amazing color palettes. The author has recently released specific categorical versions of many of the colormaps [1,2]. I was wondering if...
Hey there! I'm trying to install this package in a [rocker/tidyverse](https://rocker-project.org/images/versioned/rstudio.html) container, but I'm running into this issue: ``` ERROR: dependency ‘HDF5Array’ is not available for package ‘glmGamPoi’ * removing...
Thanks for contributing such a valuable resource to the community! I was curious if you could release some of the code or datasets used to generate the features in Supplementary...
I was wondering if it would be possible to output clusters in a tidy format rather than the existing wide format. For example: ``` > cat test.tsv GGGG 50 AGGG...
``` > library(drc) > spinach.model1 predict(spinach.model1, data.frame(dose=2, CURVE=c("1", "2", "3")), + interval = "confidence") Prediction Lower Upper [1,] 0.9048476 0.8552178 0.9544775 [2,] 0.4208307 0.3626741 0.4789873 [3,] 0.5581673 0.4971838 0.6191509 Warning...
I'm trying to silence all `drm` output, but it appears to be ignoring the options set in `drmc`. For example: ``` dose
### Problem Description Most R packages / projects include a `NEWS.md` file which is essentially just a changelog. Unfortunately, this poisons much of the context with out of date or...