[BioC] Problems by installing getBioC()

James W. MacDonald jmacdon at med.umich.edu
Thu Apr 26 21:31:15 CEST 2007


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.



More information about the Bioconductor mailing list