Newbie: Problems installing bioconductor
1
0
Entering edit mode
@zembower-kevin-2767
Last seen 9.6 years ago
I'm just trying to get started with Bioconductor, and have hit a snag. I'm trying to follow the directions (http://www.bioconductor.org/download) to install it in my working R 2.6.2 and get this error: > source("http://bioconductor.org/bioLite.R") Error in file(file, "r", encoding = encoding) : unable to open connection In addition: Warning message: In file(file, "r", encoding = encoding) : cannot open: HTTP status was '404 Not Found' > source("http://www.bioconductor.org/bioLite.R") Error in file(file, "r", encoding = encoding) : unable to open connection In addition: Warning message: In file(file, "r", encoding = encoding) : cannot open: HTTP status was '404 Not Found' > sessionInfo() R version 2.6.2 (2008-02-08) i386-pc-mingw32 locale: LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base > I searched the archives of this list under '404' and didn't find anything recent. I searched with 'install,' and browsed the subject lines back to the beginning of the month, but didn't see anything that seemed to apply. Please forgive me if I overlooked anything. Thanks for your help and advice. -Kevin Kevin Zembower Internet Services Group manager Center for Communication Programs Bloomberg School of Public Health Johns Hopkins University 111 Market Place, Suite 310 Baltimore, Maryland 21202 410-659-6139
• 3.1k views
ADD COMMENT
0
Entering edit mode
@wolfgang-huber-3550
Last seen 16 days ago
EMBL European Molecular Biology Laborat…
Dear Kevin, try source("http://bioconductor.org/biocLite.R") ^ (You can use copy/paste with your mouse to copy code examples from the documentation into the R command line if you want to avoid typing). Best wishes Wolfgang 21/04/2008 16:53 Zembower, Kevin a ?crit > I'm just trying to get started with Bioconductor, and have hit a snag. > I'm trying to follow the directions > (http://www.bioconductor.org/download) to install it in my working R > 2.6.2 and get this error: >> source("http://bioconductor.org/bioLite.R") > Error in file(file, "r", encoding = encoding) : unable to open > connection > In addition: Warning message: > In file(file, "r", encoding = encoding) : > cannot open: HTTP status was '404 Not Found' >> source("http://www.bioconductor.org/bioLite.R") > Error in file(file, "r", encoding = encoding) : unable to open > connection > In addition: Warning message: > In file(file, "r", encoding = encoding) : > cannot open: HTTP status was '404 Not Found' >> sessionInfo() > R version 2.6.2 (2008-02-08) > i386-pc-mingw32 > > locale: > LC_COLLATE=English_United States.1252;LC_CTYPE=English_United > States.1252;LC_MONETARY=English_United > States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > > I searched the archives of this list under '404' and didn't find > anything recent. I searched with 'install,' and browsed the subject > lines back to the beginning of the month, but didn't see anything that > seemed to apply. Please forgive me if I overlooked anything. > > Thanks for your help and advice. > > -Kevin > > Kevin Zembower > Internet Services Group manager > Center for Communication Programs > Bloomberg School of Public Health > Johns Hopkins University > 111 Market Place, Suite 310 > Baltimore, Maryland 21202 > 410-659-6139 > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor -- Best wishes Wolfgang ------------------------------------------------------------------ Wolfgang Huber EBI/EMBL Cambridge UK http://www.ebi.ac.uk/huber
ADD COMMENT
0
Entering edit mode
Woldgang, thank you so much. I apologize that it was such a simple, careless error. I do normally cut-and-paste things like this, but my IE 6.0 browser at work won't let me select just the 'source...' line from the page without selecting everything else. Thanks, again, for your patience with a careless error. -Kevin -----Original Message----- From: Wolfgang Huber [mailto:huber@ebi.ac.uk] Sent: Monday, April 21, 2008 12:12 PM To: Zembower, Kevin Cc: bioconductor at stat.math.ethz.ch Subject: Re: [BioC] Newbie: Problems installing bioconductor Dear Kevin, try source("http://bioconductor.org/biocLite.R") ^ (You can use copy/paste with your mouse to copy code examples from the documentation into the R command line if you want to avoid typing). Best wishes Wolfgang 21/04/2008 16:53 Zembower, Kevin a ?crit > I'm just trying to get started with Bioconductor, and have hit a snag. > I'm trying to follow the directions > (http://www.bioconductor.org/download) to install it in my working R > 2.6.2 and get this error: >> source("http://bioconductor.org/bioLite.R") > Error in file(file, "r", encoding = encoding) : unable to open > connection > In addition: Warning message: > In file(file, "r", encoding = encoding) : > cannot open: HTTP status was '404 Not Found' >> source("http://www.bioconductor.org/bioLite.R") > Error in file(file, "r", encoding = encoding) : unable to open > connection > In addition: Warning message: > In file(file, "r", encoding = encoding) : > cannot open: HTTP status was '404 Not Found' >> sessionInfo() > R version 2.6.2 (2008-02-08) > i386-pc-mingw32 > > locale: > LC_COLLATE=English_United States.1252;LC_CTYPE=English_United > States.1252;LC_MONETARY=English_United > States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > > I searched the archives of this list under '404' and didn't find > anything recent. I searched with 'install,' and browsed the subject > lines back to the beginning of the month, but didn't see anything that > seemed to apply. Please forgive me if I overlooked anything. > > Thanks for your help and advice. > > -Kevin > > Kevin Zembower > Internet Services Group manager > Center for Communication Programs > Bloomberg School of Public Health > Johns Hopkins University > 111 Market Place, Suite 310 > Baltimore, Maryland 21202 > 410-659-6139 > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor -- Best wishes Wolfgang ------------------------------------------------------------------ Wolfgang Huber EBI/EMBL Cambridge UK http://www.ebi.ac.uk/huber
ADD REPLY

Login before adding your answer.

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