加载R包时出错" GO.db"在安装WGCNA R包

时间:2015-03-05 05:34:42

标签: r

当我尝试安装WGCNA的软件包依赖项时,我在下载完成后加载GO.db软件包的步骤中出现以下错误:

biocLite(c("GO.db")) 
BioC_mirror: http://bioconductor.org
Using Bioconductor version 2.13 (BiocInstaller 1.12.1), R version 3.0.2.
Installing package(s) 'GO.db'
trying URL   
    'http://bioconductor.org/packages/2.13/data/annotation/src/contrib/GO.db_2.10.1.tar.gz'
Content type 'application/x-gzip' length 26094175 bytes (24.9 Mb)
opened URL
==================================================
downloaded 24.9 Mb

* installing *source* package âGO.dbâ ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
Error : .onLoad failed in loadNamespace() for 'GO.db', details:
call: match.arg(synchronous, c("off", "normal", "full"))
error: 'arg' must be NULL or a character vector
Error: loading failed
Execution halted
ERROR: loading failed
* removing â/home/zmousavian/R/x86_64-pc-linux-gnu-library/3.0/GO.dbâ

The downloaded source packages are in
    â/tmp/RtmpBDs1Tq/downloaded_packagesâ
Warning messages:
1: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package âGO.dbâ had non-zero exit status
2: installed directory not writable, cannot update packages 'colorspace',
'lattice', 'mgcv', 'survival' 

任何人都可以帮我解决这个问题吗?

由于

0 个答案:

没有答案