plger / scDblFinder

Methods for detecting doublets in single-cell sequencing data
https://plger.github.io/scDblFinder/
GNU General Public License v3.0
154 stars 18 forks source link

Installing fails as requires R 4.1.0 #35

Closed JTpath closed 3 years ago

JTpath commented 3 years ago

Trying to update gives the following error

ERROR: this R is version 4.0.5, package 'scDblFinder' requires R >= 4.1

Isn't 4.1 still in development?

plger commented 3 years ago

Yes, they seem to be running late, but it's expected before the next Bioconductor release (3.13, on May 19th, might be delayed if R 4.1 still isn't out), so Bioconductor makes us to develop the next versions using R-devel. This isn't really required by scDblFinder though, so in the meantime I've created a branch with just 4.0 requirement, you can install using:

BiocManager::install("plger/scDblFinder", ref="R40")
JTpath commented 3 years ago

Works great! Thanks for all the hard work and the awesome tool