carmonalab / UCell

Gene set scoring for single-cell data
GNU General Public License v3.0
132 stars 16 forks source link

Installing UCell for R-4.1 and Bioconductor < 3.15 #24

Closed QichenFU closed 1 year ago

QichenFU commented 1 year ago
Screen Shot 2023-01-25 at 2 42 47 PM

I am trying to install UCell, but got above error. May I ask the solution?

mass-a commented 1 year ago

Hello,

you are trying to install on R-4.1 and Bioconductor 3.14 - UCell is only available for Bioconductor 3.15 or higher.

You should still be able to install previous versions from GitHub, by specifying the version:

library(remotes)
remotes::install_github("carmonalab/UCell", ref="v1.3")

-m

QichenFU commented 1 year ago

It works. Thank you very much!