bioconductor
2
0
Entering edit mode
@leahmartellpharmanovartiscom-177
Last seen 10.1 years ago
Hello, Here is the error I got when trying to install bioconductor on Windows XP. Any help or suggestions will be greatly appreciated. Thank you very much. > source("H:\\Data\\Rcode\\getBioC.R.txt") > getBioC() Running getBioC version 1.2.15.... If you encounter problems, first make sure that you are running the latest version of getBioC() which can be found at: www.bioconductor.org/getBioC.R Please direct any concerns or questions to bioconductor@stat.math.ethz.ch. [1] "Getting/installing packages reposTools and Biobase" unable to resolve 'www.bioconductor.org'. Error in getPkgDisc(isDevel, version) : The url: http://www.bioconductor.org/repository/release1.1/package/PACKAGES does not seem to have a valid PACKAGES file. regards, Leah
reposTools reposTools • 994 views
ADD COMMENT
0
Entering edit mode
@vincent-j-carey-jr-4
Last seen 17 days ago
United States
What version of R are you using? > Hello, > > Here is the error I got when trying to install bioconductor on Windows XP. > Any help or suggestions will be greatly appreciated. Thank you very much. > > > > source("H:\\Data\\Rcode\\getBioC.R.txt") > > getBioC() > Running getBioC version 1.2.15.... > If you encounter problems, first make sure that > you are running the latest version of getBioC() > which can be found at: www.bioconductor.org/getBioC.R > > Please direct any concerns or questions to bioconductor@stat.math.ethz.ch. > > [1] "Getting/installing packages reposTools and Biobase" > unable to resolve 'www.bioconductor.org'. > Error in getPkgDisc(isDevel, version) : The url: > http://www.bioconductor.org/repository/release1.1/package/PACKAGES does not > seem to have a valid PACKAGES file. > > regards, > Leah > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >
ADD COMMENT
0
Entering edit mode
Jeff Gentry ★ 3.9k
@jeff-gentry-12
Last seen 10.1 years ago
> Here is the error I got when trying to install bioconductor on Windows XP. > Any help or suggestions will be greatly appreciated. Thank you very much. > Error in getPkgDisc(isDevel, version) : The url: > http://www.bioconductor.org/repository/release1.1/package/PACKAGES does not > seem to have a valid PACKAGES file. Most likely your R session can not access the internet. Try this: > z <- url("http://www.bioconductor.org/main.html") > readLines(z) This should produce output without errors. -J
ADD COMMENT

Login before adding your answer.

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