On Wed, Apr 27, 2011 at 4:46 AM, Stat Consult <statconsul...@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
> bioconduc...@r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: 
> http://news.gmane.org/gmane.science.biology.informatics.conductor
>

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to