org.Hs.eg.db can not be downloaded
1
0
Entering edit mode
@betty888wang-21612
Last seen 4.7 years ago

Hi, I can't download org.Hs.eg.db package with the language on "org.Hs.eg.db bioconductor" by R software type 3.6.1. The following is the discription when I run the R software. I will be appreciated if you could answer me! Thanks a lot! !

Content type 'application/x-gzip' length 74892843 bytes (71.4 MB)
downloaded 71.4 MB

* installing *source* package 'org.Hs.eg.db' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Error: package or namespace load failed for 'AnnotationDbi' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):

ERROR: lazy loading failed for package 'org.Hs.eg.db'
* removing 'C:/Program Files/R/R-3.6.1/library/org.Hs.eg.db'

The downloaded source packages are in
        ‘C:\Users\Administrator\AppData\Local\Temp\RtmpAjcZEd\downloaded_packages’
Warning: unable to access index for repository https://cran.rstudio.com/src/contrib:
  无法打开URL'https://cran.rstudio.com/src/contrib/PACKAGES'
Warning message:
In install.packages(pkgs = doing, lib = lib, repos = repos, ...) :
  installation of package ‘org.Hs.eg.db’ had non-zero exit status
> 
][1]
org.Hs.eg.db • 1.1k views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 5 days ago
United States

The error message says 'load faild for 'AnnotationDbi'. Try loading it only

library(AnnotationDbi)

and try to understand the error it reports...

ADD COMMENT

Login before adding your answer.

Traffic: 888 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6