[BioC] error during installation of genefilter package: "no package 'genefilter' at the repositories"

Seth Falcon sfalcon at fhcrc.org
Tue Dec 5 00:20:16 CET 2006


Hi Catherine,

C Carey <ccarey at u.washington.edu> writes:
> I have R and the rest of the default packages installed on Debian Linux.
>
> The biocLite script installed all other default packages (about a month 
> ago) but failed on the genefilter install, and failed again today when i 
> attempted to install only that package, selecting first the Washington 
> State repository and then the Illinois repository. Here's what i got 
> both times:
>
>  > install.packages("genefilter")
     ^^^^^^^^^^^^^^^^

That isn't the biocLite script.  :-)

Can you try:

source("http://bioconductor.org/biocLite.R")
biocLite("genefilter")

+ seth



More information about the Bioconductor mailing list