I have a lot of part can not install in R
0
0
Entering edit mode
5.9 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)
R • 1.5k views
ADD COMMENT
0
Entering edit mode

How are you trying to install org.Hs.eg.db (note it is .db and not .bd)? Are you using BioConductor?

ADD REPLY
0
Entering edit mode

I use R studio, I also can not install Bioconductor.

ADD REPLY
1
Entering edit mode

Are you following the instructions from BioConductor site? Namely:

source("https://bioconductor.org/biocLite.R")
biocLite()
ADD REPLY
0
Entering edit mode

yes, but it doesn't work for me.

ADD REPLY
1
Entering edit mode

You should tell us what happens, not just 'it does not work'.

ADD REPLY
1
Entering edit mode

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 type install.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.

ADD REPLY
0
Entering edit mode

Hi, Thank you so much for your valuable guidance, your answer was reasonable and accurate.

ADD REPLY

Login before adding your answer.

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