Entering edit mode
6.5 years ago
mikysyc2016
▴
120
When I try to install RSkittleBrewer/org.Hs.eg.bd/Deeptools/Ngsplot/SeqPlots always get this kind of informations(below). Did someone have a good way to deal with? Thanks!
Warning in install.packages :
package ‘org.Hs.eg.bd’ is not available (for R version 3.5.0)
How are you trying to install org.Hs.eg.db (note it is .db and not .bd)? Are you using BioConductor?
I use R studio, I also can not install Bioconductor.
Are you following the instructions from BioConductor site? Namely:
yes, but it doesn't work for me.
You should tell us what happens, not just 'it does not work'.
in R studio console, type :
setRepositories()
. A repository list would appear and request you to select repositories you would like to use (with prompt 1:). Type:1 2 3 4 5
and press enter. Then typeinstall.packages("org.Hs.eg.db")
and wait. At first, few error messages appear, ignore them. Then it starts installing package. Make sure that rstudio/package installer access to the installation folder.Hi, Thank you so much for your valuable guidance, your answer was reasonable and accurate.
Related post at SO: How should I deal with “package 'xxx' is not available (for R version x.y.z)” warning?