problem of install packages "org.Hs.eg.db"
0
0
Entering edit mode
demomwu • 0
@0ae989eb
Last seen 3.2 years ago

Enter the body of text here i failed to install the packages "org.Hs.eg.db",

* 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(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 不存在叫'cachem'这个名字的程辑包
错误: 无法载入程辑包'AnnotationDbi'
停止执行
ERROR: lazy loading failed for package 'org.Hs.eg.db'
* removing 'C:/Users/demom/Documents/R/win-library/4.0/org.Hs.eg.db'

Code should be placed in three backticks as shown below


# include your problematic code here with any corresponding output 
# please also include the results of running the following in an R session 

sessionInfo( )
org.Hs.eg.db • 1.6k views
ADD COMMENT
0
Entering edit mode

Try to re-install AnnotationDbi

BiocManager::install("AnnotationDbi")
library(AnnotationDbi)
ADD REPLY

Login before adding your answer.

Traffic: 695 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