首页 新闻 会员 周边 捐助

R 包chipseeker安装失败

0
悬赏园豆:100 [待解决问题]

操作系统是Ubuntu24.04
R版本:4.3
需要在R下安装一些包:
chipseeker
clusterprofile
deseq2

尝试了安装方法都按照不上,
方法1:
在conda环境下安装:conda install bioconda::bioconductor-chipseeker
查看进程显示一直在下载包,

方法2:
按照官网的推荐的方式也安装不上
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")

BiocManager::install("BiocUpgrade") ## you may need this

BiocManager::install("chipseeker")

Or the development version from github:

install.packages("devtools")

devtools::install_github("YuLab-SMU/ChIPseeker")

blog_shrek的主页 blog_shrek | 初学一级 | 园豆:-92
提问于:2024-10-24 16:35
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册