immunedeconv 包安装错误: download from 'https://api.github.com/repos/icbi-lab/immunedeconv/tarball/HEAD' failed

immunedeconv 包安装错误: download from 'https://api.github.com/repos/icbi-lab/immunedeconv/tarball/HEAD' failed
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

可以用Rstudio安装包:

管理员身份打开Rstudio:  


attachments-2021-06-3MfScWa260c1b7049db03.png

然后在终端依次运行:
以下代码:
attachments-2021-06-8EAkPXDL60c1b7df80aaf.png


#设置镜像,
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")


  • 发表于 2021-06-10 14:58
  • 阅读 ( 4288 )
  • 分类:R

0 条评论

请先 登录 后评论
omicsgene
omicsgene

生物信息

698 篇文章

作家榜 »

  1. omicsgene 698 文章
  2. 安生水 347 文章
  3. Daitoue 167 文章
  4. 生物女学霸 120 文章
  5. xun 82 文章
  6. 红橙子 78 文章
  7. rzx 74 文章
  8. CORNERSTONE 72 文章