How do you install AnniotationDbi
1
0
Entering edit mode
ksci ▴ 20
@72e6b5a3
Last seen 2.1 years ago
United States

library(BiocManager) install("AnniotationDbi") 'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details

replacement repositories: CRAN: https://rweb.crmda.ku.edu/cran

Bioconductor version 3.14 (BiocManager 1.30.16), R 4.1.3 (2022-03-10) Warning message: package(s) not installed when version(s) same as current; use force = TRUE to re-install: 'AnnotationDbi'

Why does this happen? Did I do something wrong?

AnniotationDbi • 513 views
ADD COMMENT
0
Entering edit mode
shepherl 3.9k
@lshep
Last seen 2 hours ago
United States

If there is not a newer version of the package, doing an install of the package will produce this warning which means it is already installed and there is not a newer version that needs to be installed. You can proceed with library('AnnotationDbi') and use the package as normal.

ADD COMMENT
0
Entering edit mode

alright thank you for letting me know

ADD REPLY

Login before adding your answer.

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