This problem maybe somewhat common since many people have asked a similar question, but I have not found a suitable answer.
Details are as follows:
> source("http://bioconductor.org/biocLite.R")
Bioconductor version 2.13 (BiocInstaller 1.12.1), ?biocLite for help
A newer version of Bioconductor is available after installing a new version of
R, ?BiocUpgrade for help
> biocLite("MeSHDbi")
BioC_mirror: http://bioconductor.org
Using Bioconductor version 2.13 (BiocInstaller 1.12.1), R version 3.0.2.
Installing package(s) 'MeSHDbi'
warning:
package ‘MeSHDbi’ is not available (for R version 3.0.2)
I tried to install this package manually ,warning info also emerged:
Then> install.packages("MeSHDbi_1.0.1", contriburl="/home/chaonan")
Installing package into ‘/home/chaonan/R/x86_64-pc-linux-gnu-library/3.0’
(as ‘lib’ is unspecified)
warning:
package ‘MeSHDbi_1.0.1’ is not available (for R version 3.0.2)
I also tried update my mirror and then install packages, but warning info still occurred
I am waiting for the solutions for this problem.