|
求助!我想问下我安装hgu95av2.db总是失败,并且提示如下结果,该怎么解决?
> source("http://www.bioconductor.org/biocLite.R")
Bioconductor version 3.1 (BiocInstaller 1.18.4), ?biocLite for
help
> biocLite("hgu95av2.db")
BioC_mirror: http://bioconductor.org
Using Bioconductor version 3.1 (BiocInstaller 1.18.4), R
version 3.2.2.
Installing package(s) ‘hgu95av2.db’
WARNING: You are configured to use the CRAN mirror at https://cran.rstudio.com/. This mirror supports secure (HTTPS) downloads however your system is unable to communicate securely with the server (possibly due to out of date certificate files on your system). Falling back to using insecure URL for this mirror.
To learn more and/or disable this warning message see the "Use secure download method for HTTP" option in Tools -> Global Options -> Packages.
also installing the dependency ‘org.Hs.eg.db’
installing the source packages ‘org.Hs.eg.db’, ‘hgu95av2.db’
trying URL 'http://bioconductor.org/packages/3.1/data/annotation/src/contrib/org.Hs.eg.db_3.1.2.tar.gz'
Content type 'application/octet-stream' length 65439359 bytes (62.4 MB)
downloaded 62.4 MB
trying URL 'http://bioconductor.org/packages/3.1/data/annotation/src/contrib/hgu95av2.db_3.1.3.tar.gz'
Content type 'application/octet-stream' length 502687 bytes (490 KB)
downloaded 490 KB
* installing *source* package 'org.Hs.eg.db' ...
** R
** inst
** preparing package for lazy loading
Creating a generic function for 'nchar' from package 'base' in package 'S4Vectors'
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
there is no package called 'DBI'
Error : package 'AnnotationDbi' could not be loaded
ERROR: lazy loading failed for package 'org.Hs.eg.db'
* removing 'C:/Users/Zee xean/Documents/R/win-library/3.2/org.Hs.eg.db'
ERROR: dependency 'org.Hs.eg.db' is not available for package 'hgu95av2.db'
* removing 'C:/Users/Zee xean/Documents/R/win-library/3.2/hgu95av2.db'
The downloaded source packages are in
‘C:\Users\Zee xean\AppData\Local\Temp\Rtmpk3MhEJ\downloaded_packages’
Old packages: 'S4Vectors', 'class', 'foreign', 'MASS', 'nlme', 'nnet', 'spatial'
Update all/some/none? [a/s/n]:
|