Hi, I am new to R. I am downloaded the installer for R 2.9.1, and that installed just fine. Then I want to install Biocondcutor packages. According to bioconductor website, I input the following commands.> source("http://bioconductor.org/biocLite.R") > bioLite()Error: could not find function "bioLite" What am I doing wrong here? Thanks -- View this message in context: http://www.nabble.com/error-installing-bioconductor-tp24866247p24866247.html Sent from the R help mailing list archive at Nabble.com.
On Aug 7, 2009, at 10:51 AM, foxhunt99 wrote:> > Hi, I am new to R. I am downloaded the installer for R 2.9.1, and > that > installed just fine. > Then I want to install Biocondcutor packages. According to > bioconductor > website, I input the following commands. > >> source("http://bioconductor.org/biocLite.R") >> bioLite() > Error: could not find function "bioLite"You misspelled biocLite.> > What am I doing wrong here? > > Thanks > -- > View this message in context: http://www.nabble.com/error-installing-bioconductor-tp24866247p24866247.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.David Winsemius, MD Heritage Laboratories West Hartford, CT
First, there is a separate Bioconductor list for future Bioc questions.. Second, you're typing the wrong function name. biocLite(), not bioLite() -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of foxhunt99 Sent: Friday, August 07, 2009 9:51 AM To: r-help at r-project.org Subject: [R] error installing bioconductor Hi, I am new to R. I am downloaded the installer for R 2.9.1, and that installed just fine. Then I want to install Biocondcutor packages. According to bioconductor website, I input the following commands.> source("http://bioconductor.org/biocLite.R") > bioLite()Error: could not find function "bioLite" What am I doing wrong here? Thanks -- View this message in context: http://www.nabble.com/error-installing-bioconductor-tp24866247p24866247.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Seemingly Similar Threads
- install "multtest" and "preprocessCore" packages in Bioconductor library
- CRAN package with dependencies on Bioconductor
- Affycoretools
- Are R packages supposed to be "relocatable"? (avoiding BioConductor scripts...)
- [BioC] Rcurl 0.8-1 update for bioconductor 2.7