Problems by installing getBioC()
3
0
Entering edit mode
@schmitt-corinna-2128
Last seen 9.6 years ago
Hallo, I just tried to install the Bioconstructor Package as described on the homepage for Windows. I did the following commands in my R-Gui: > source("Z:\\Software\\R-2.4.1\\getBioC.R") > getBioC(libName = "all") But I get the following error: Running getBioC version 1.2.2 .... Please direct any concerns or questions to bioconductor at stat.math.ethz.ch. [1] "Getting/installing packages reposTools and Biobase" Fehler: 'package.description' ist au?er Funktion. Benutzen Sie stattdessen 'packageDescription' Siehe help("Defunct") Can anyone help me? Thanks, Corinna
reposTools reposTools • 948 views
ADD COMMENT
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.6 years ago
"Schmitt, Corinna" <corinna.schmitt at="" igb.fraunhofer.de=""> writes: > Hallo, > > I just tried to install the Bioconstructor Package as described on the > homepage for Windows. I did the following commands in my R-Gui: > >> source("Z:\\Software\\R-2.4.1\\getBioC.R") getBioC(libName = "all") That is not what is on the BioC website. Can you please try: source("http://bioconductor.org/biocLite.R") biocLite() -- Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center http://bioconductor.org
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 28 minutes ago
United States
Hi Corinna, Schmitt, Corinna wrote: > Hallo, > > I just tried to install the Bioconstructor Package as described on the homepage for Windows. I did the following commands in my R-Gui: > > >>source("Z:\\Software\\R-2.4.1\\getBioC.R") That's not the right thing to be sourcing these days. source("http://www.bioconductor.org/biocLite.R") biocLite(groupName="all") Will do what you want. However, do you _really_ want all the packages? That is a whole lotta stuff to be downloading if you aren't going to be using it. Starting with the default and installing specific packages that you know you will be using is probably a more pragmatic way to proceed. Best, Jim >>getBioC(libName = "all") > > > But I get the following error: > > Running getBioC version 1.2.2 .... > Please direct any concerns or questions to bioconductor at stat.math.ethz.ch. > > [1] "Getting/installing packages reposTools and Biobase" > Fehler: 'package.description' ist au?er Funktion. > Benutzen Sie stattdessen 'packageDescription' > Siehe help("Defunct") > > Can anyone help me? > > Thanks, Corinna > > _______________________________________________ > 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 -- James W. MacDonald, M.S. Biostatistician Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623 ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues.
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
Schmitt, Corinna wrote: > Hallo, > > I just tried to install the Bioconstructor Package as described on the homepage for Windows. I did the following commands in my R-Gui: > > >> source("Z:\\Software\\R-2.4.1\\getBioC.R") >> getBioC(libName = "all") >> > > But I get the following error: > > Running getBioC version 1.2.2 .... > Please direct any concerns or questions to bioconductor at stat.math.ethz.ch. > > [1] "Getting/installing packages reposTools and Biobase" > Fehler: 'package.description' ist au?er Funktion. > Benutzen Sie stattdessen 'packageDescription' > Siehe help("Defunct") > > Can anyone help me? > Hi, Corinna. You will probably want to follow the instructions on the bioconductor website here: http://bioconductor.org/docs/install-howto.html Sean
ADD COMMENT

Login before adding your answer.

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