[BioC] arch=i386

Dan Tenenbaum dtenenba at fhcrc.org
Thu Apr 28 20:50:36 CEST 2011


On Wed, Apr 27, 2011 at 4:46 AM, Stat Consult <statconsult90 at gmail.com> wrote:
> Dear ALL
>
> I want to load "HTSanalyzeR", It 's necessary to load "igraph" package.
> This time I see this error:
> library(igraph)
>
>  library(HTSanalyzeR)
> Loading required package: GSEABase
> Loading required package: Biobase
> Error: package 'Biobase' is not installed for 'arch=i386'
>>
> I 'll be glade if you help me


Can you please post the output of sessionInfo()?

Also, how did you install Biobase? Try this:

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

I'm guessing you are running 32-bit windows but it's hard to know what
is going on without more information. I verified that I could run
"library(Biobase)" in R 2.12, 2.13, and 2.14 in 32-bit R on Windows.

Dan


>
>        [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
>



More information about the Bioconductor mailing list