NathanSkene / EWCE

Expression Weighted Celltype Enrichment. See the package website for up-to-date instructions on usage.
https://nathanskene.github.io/EWCE/index.html
53 stars 25 forks source link

Build tests must confirm that EWCE docker image works as expected #50

Closed NathanSkene closed 2 years ago

NathanSkene commented 2 years ago

E.g. library(EWCE) doesn't work in the current docker image

We need the standard vignette to work inside the docker image

The docker image is used for undergraduate + masters teaching so it is vital that it always work as expected

Al-Murphy commented 2 years ago

There's a standard devtools check run in the docker image I sent to Brian to add to the new branch. This means the docker image will only build if the commit passes all tests, examples and vignette builds. This is similar to what we have for scflow.

bschilder commented 2 years ago

I've implemented these checks @Al-Murphy suggested in the bschilder_dev branch. #47