2015-05-27 75 views
2

我需要在R中安装2个软件包才能运行不同的库。在R中安装软件包时出错

当从Bioconductor的安装LIMMA和IRanges,我得到以下错误:

> install.packages("IRanges_1.18.4.tar.gz") 
Installing package into ‘C:/Users/Zambidis Lab/Documents/R/win-library/3.0’ 
(as ‘lib’ is unspecified) 
inferring 'repos = NULL' from 'pkgs' 
* installing *source* package 'IRanges' ... 
** libs 

*** arch - i386 
Warning: running command 'make -f "C:/PROGRA~1/R/R-32~1.0/etc/i386/Makeconf" -f "C:/PROGRA~1/R/R-32~1.0/share/make/winshlib.mk" SHLIB="IRanges.dll" OBJECTS="AEbufs.o CompressedIRangesList_class.o CompressedList_class.o DataFrame_class.o GappedRanges_class.o Grouping_class.o Hits_class.o IRanges_class.o IRanges_constructor.o IntervalTree.o Ocopy_byteblocks.o R_init_IRanges.o RangedData_class.o Ranges_comparison.o RleViews_utils.o Rle_class.o Rle_utils.o SEXP_utils.o SharedDouble_class.o SharedInteger_class.o SharedRaw_class.o SharedVector_class.o SimpleList_class.o SimpleRangesList_class.o Vector_class.o XDoubleViews_utils.o XIntegerViews_utils.o XRawList_comparison.o XVectorList_class.o XVector_class.o anyMissing.o common.o compact_bitvector.o coverage_methods.o dlist.o encodeOverlaps_methods.o errabort.o hash_utils.o int_utils.o inter_range_methods.o localmem.o memalloc.o rbTree.o safe_arithm.o sort_utils.o str_utils.o ucsc_handlers.o vector_copy.o"' had status 127 
ERROR: compilation failed for package 'IRanges' 
* removing 'C:/Users/Zambidis Lab/Documents/R/win-library/3.0/IRanges' 
* restoring previous 'C:/Users/Zambidis Lab/Documents/R/win-library/3.0/IRanges' 
Warning in file.copy(lp, dirname(pkgdir), recursive = TRUE, copy.date = TRUE) : 
    problem copying C:\Users\Zambidis Lab\Documents\R\win-library\3.0\00LOCK-IRanges\IRanges\libs\x64\IRanges.dll to C:\Users\Zambidis Lab\Documents\R\win-library\3.0\IRanges\libs\x64\IRanges.dll: Permission denied 
Warning messages: 
1: running command '"C:/PROGRA~1/R/R-32~1.0/bin/x64/R" CMD INSTALL -l "C:\Users\Zambidis Lab\Documents\R\win-library\3.0" "IRanges_1.18.4.tar.gz"' had status 1 
2: In install.packages("IRanges_1.18.4.tar.gz") : 
    installation of package ‘IRanges_1.18.4.tar.gz’ had non-zero exit status 

我试图安装GO.db虽然错误是一样的:

> source("http://bioconductor.org/biocLite.R") 
    Bioconductor version 2.12 (BiocInstaller 1.10.4), ?biocLite for help 
    A newer version of Bioconductor is available for this version of R, ?BiocUpgrade for help 
    > biocLite("GO.db") 
    BioC_mirror: http://bioconductor.org 
    Using Bioconductor version 2.12 (BiocInstaller 1.10.4), R version 3.2.0. 
    Temporarily using Bioconductor version 2.12 
    Installing package(s) 'GO.db' 
    Warning: unable to access index for repository http://bioconductor.org/packages/2.12/bioc/bin/windows/contrib/3.2 
    Warning: unable to access index for repository http://bioconductor.org/packages/2.12/data/annotation/bin/windows/contrib/3.2 
    Warning: unable to access index for repository http://bioconductor.org/packages/2.12/data/experiment/bin/windows/contrib/3.2 
    Warning: unable to access index for repository http://bioconductor.org/packages/2.12/extra/bin/windows/contrib/3.2 
    installing the source package ‘GO.db’ 

trying URL 'http://bioconductor.org/packages/2.12/data/annotation/src/contrib/GO.db_2.9.0.tar.gz' 
Content type 'application/x-gzip' length 25473946 bytes (24.3 MB) 
downloaded 24.3 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 
*** arch - i386 
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 
*** arch - x64 
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 for 'i386', 'x64' 
* removing 'C:/Users/Zambidis Lab/Documents/R/win-library/3.0/GO.db' 
* restoring previous 'C:/Users/Zambidis Lab/Documents/R/win-library/3.0/GO.db' 

The downloaded source packages are in 
     ‘C:\Users\Zambidis Lab\AppData\Local\Temp\RtmpU3gtWD\downloaded_packages’ 
Old packages: 'IRanges', 'limma' 
Update all/some/none? [a/s/n]: a 
Warning: unable to access index for repository http://bioconductor.org/packages/2.12/bioc/bin/windows/contrib/3.2 
Warning: unable to access index for repository http://bioconductor.org/packages/2.12/data/annotation/bin/windows/contrib/3.2 
Warning: unable to access index for repository http://bioconductor.org/packages/2.12/data/experiment/bin/windows/contrib/3.2 
Warning: unable to access index for repository http://bioconductor.org/packages/2.12/extra/bin/windows/contrib/3.2 
Packages which are only available in source form, and may need compilation of C/C++/Fortran: ‘IRanges’ ‘limma’ 
    These will not be installed 
Warning messages: 
1: running command '"C:/PROGRA~1/R/R-32~1.0/bin/x64/R" CMD INSTALL -l "C:\Users\Zambidis Lab\Documents\R\win-library\3.0" C:\Users\ZAMBID~1\AppData\Local\Temp\RtmpU3gtWD/downloaded_packages/GO.db_2.9.0.tar.gz' had status 1 
2: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) : 
    installation of package ‘GO.db’ had non-zero exit status 
+0

什么是你的R对话的信息? –

+0

尝试只安装麻烦包 - 'source(“http://bioconductor.org/biocLite.R”); biocLite( “GO.db”)'。报告(编辑您的问题)尝试安装GO.db的完整输出。 –

+0

@MartinMorgan感谢您的评论,我相应地更新了我的帖子。 – madkitty

回答

0

对于IRanges,你试图安装一个需要“R工具”编译器的软件包,这是你没有的。

对于GO.db,您很不幸受到RSQLite包更改的影响;您的选择是将R升级到当前版本,或者安装早期版本的RSQLite。您可以尝试安装RSQLite的version 0.11.4,但这与安装IRanges失败的原因相同。

你最好的选择基本上是与R的当前版本重新开始,并始终使用source("http://bioconductor.org/biocLite.R")biocLite()

+0

您好Martin,所以您建议卸载bioconductor并重新安装它?我也考虑过这个问题,我认为这是个好主意。 – madkitty