安装clusterProfiler包出现问题

1.我安装clusterProfiler

> BiocManager::install('clusterProfiler')

Bioconductor version 3.10 (BiocManager 1.30.4), R 3.6.1 (2019-07-05)

Installing package(s) 'clusterProfiler'

试开URL’https://bioconductor.org/packages/3.10/bioc/bin/windows/contrib/3.6/clusterProfiler_3.13.0.zip'

Content type 'application/zip' length 623867 bytes (609 KB)

downloaded 609 KB


package ‘clusterProfiler’ successfully unpacked and MD5 sums checked


The downloaded binary packages are in

        C:\Users\My\AppData\Local\Temp\RtmpQpZpMz\downloaded_packages

installation path not writeable, unable to update packages: boot

2.我加载了一下clusterProfiler

> library(clusterProfiler)

Error: package or namespace load failed for ‘clusterProfiler’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):

 不存在叫‘BiocParallel’这个名字的程辑包

3.我有安装了BiocParallel

> BiocManager::install("BiocParallel")

Bioconductor version 3.10 (BiocManager 1.30.4), R 3.6.1 (2019-07-05)

Installing package(s) 'BiocParallel'

Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘BiocParallel’

  These will not be installed

installation path not writeable, unable to update packages: boot

请先 登录 后评论

1 个回答

调研图

感觉是权限问题,在那个安装包的路径

请先 登录 后评论
  • 2 关注
  • 1 收藏,9935 浏览
  • 道成爸爸 提出于 2019-07-15 09:53

相似问题