[BioC] Problems installing bioconductor

tliu@fhcrc.org tliu at fhcrc.org
Fri Jul 15 09:27:10 CEST 2005


Hi Sonia,

It seems that you don't have the required package in your R.  Try to install
"utils" before install BioC.

You can do so by

> install.packages("utils")

HTH,
Ting-Yuan

Quoting Sonia SHAH <sonia.shah at cs.ucl.ac.uk>:

> Hi,
> 
> I tried to download Bioconductor by typing the following commands (I'm
> using R2.1.1):
> 
> > source("http://www.bioconductor.org/getBioC.R")
> > getBioC()
> 
> When I type the second command I get the following error:
> 
> Loading required package: utils
> Error: require("utils") is not TRUE
> In addition: Warning message:
> There is no package called 'utils' in: library(package, character.only =
> TRUE, logical = TRUE, >warn.conflicts = warn.conflicts,
> 
> 
> I'm using a Redhat linux machine. I looked through the mail archives and
> FAQ but couldn't find anything to solve this matter.
> 
> Any help is greatly appreciated.
> 
> Thanks,
> Sonia
> 
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
>



More information about the Bioconductor mailing list