remotes::install_github("icbi-lab/immunedeconv")
Downloading GitHub repo icbi-lab/immunedeconv@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/icbi-lab/immunedeconv/tarball/HEAD' failed
#设置镜像,
local({r <- getOption("repos")
r["CRAN"] <- "https://mirrors.tuna.tsinghua.edu.cn/CRAN/"
options(repos=r)})
#2 安装bioconductor常用包
options(BioC_mirror="https://mirrors.tuna.tsinghua.edu.cn/bioconductor")
install.packages("remotes")
remotes::install_github("icbi-lab/immunedeconv")
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!