[BioC] Repository for Bioconductor annotation packages
James W. MacDonald
jmacdon at med.umich.edu
Sat Jul 15 04:55:25 CEST 2006
Hi Daniel,
Daniel Gatti wrote:
> O/S: Linux
> arch : i686
> R version : 2.2.1
>
> I'm using the install.packages() command to install Bioconductor
> libraries to my home directory. I can install functional packages like
> "safe" and "GOstats". But when I try to install annotation packages, it
> tells me that it can't find them in given repository. I'm using
> repos="http://www.bioconductor.org". What repository should I use for
> the annotation packages?
>
> install.packages("hgu133a", lib = "~/Rlib",
> repos="http://www.bioconductor.org")
It's easier to use biocLite() instead.
source("http://www.bioconductor.org/biocLite.R")
biocLite("hgu133a")
HTH,
Jim
>
> Warning in download.packages(pkgs, destdir = tmpd, available =
> available, :
> no package 'hgu133a' at the repositories
>
> Dan Gatti
> UNC-CH
>
> _______________________________________________
> 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
University of Michigan
Affymetrix and cDNA Microarray Core
1500 E Medical Center Drive
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