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

Don't run tests on 32-bit Windows #52

Closed bschilder closed 2 years ago

bschilder commented 2 years ago

Avoid running tests twice on Windows by detecting 32-bit Windows OS.

Made new function to make this a bit easier, used like so:

if(!is_32bit()){
<test functions>
}