nlubock

Results 7 comments of nlubock

Thanks for the Poisson support! Echoing @tiernanmartin - any plans for the Negative Binomial in the future?

OK so I was able to build the following Dockerfile ``` FROM rocker/tidyverse RUN install2.r BiocManager RUN R -e 'BiocManager::install("glmGamPoi")' ``` The trouble comes from trying to do this from...

I'm also getting this issue, requisite info below: **Before you start.** * [x] I have checked the [Common Problems](https://github.com/kickscondor/fraidycat/wiki/Common-Problems) page. * [x] I have searched the issue tracker for a...

Agreed - this is quite confusing for undocumented behavior. Would be great if this was noted or removed!

Couldn't get the disable caching trick to work with fraidycat 1.1.5 on Firefox 76.0.1 on Arch

I totally agree with your suggestion @lapotok . That said, a quick workaround is to load `tidyverse` after `drc`. Loading `tidyverse` before `drc`: ``` > library(tidyverse) ── Attaching packages ──────────────────────────────────...

Are we sure this has been deployed? Just updated and tested `emmeans` on the website with the same query and the top hit was context from `NEWS.md` > ### New...