[BioC] Bioconductor's qvalue package not working on Macs!

Dan Tenenbaum dtenenba at fhcrc.org
Wed Sep 19 08:19:41 CEST 2012


Hi Josh,

On Tue, Sep 18, 2012 at 1:29 PM, Josh B <joshb41 at yahoo.com> wrote:
> Dear listserv members,
>
> I have discovered that the qvalue package no longer works on Macs, at least those running OS X Lion or Mountain Lion. I have tried multiple different machines, and in each case, the qvalue package fails to load properly and R crashes when I attempt to use the "qvalue()" command.
>
> Is there something I am doing wrong, or can someone verify that I am right? This is a serious problem for me.
>
> Here is the exact code I am running (please note that changing the Bioconductor mirror does NOT help):
>
> Source("http://bioconductor.org/biocLite.R")
> biocLite("qvalue") #this generates many indecipherable warnings
> library(qvalue)
> #now this part coming up here is the specific part that causes the crash:
>
> qvalue() #boom, that's it, R shuts down.
> #Please note that changing the Bioconductor mirror does not help:
>
> chooseBioCmirror() #choose whichever mirror you like
>
> Source("http://bioconductor.org/biocLite.R")
> biocLite("qvalue") #again, many indecipherable warnings
> library(qvalue)
> qvalue() #boom, R shuts down again, same as before
>
> If you run my code, above, you will find this exact same problem on ANY Mac running OSX Lion or Mountain Lion. But is there any way to get qvalue working on my Mac? I very much need it.
>
> Thank you in advance!


It is difficult to know what's going on because you do not provide any
of the output produced by R in response to your commands.
Please also send the output of the
sessionInfo()
command.

Dan

>
> Sincerely,
> Josh Banta, Ph.D
>
> Assistant Professor
> Department of Biology
> The University of Texas at Tyler
> Tyler, TX 75799
> Tel: (903) 565-5655
> http://plantevolutionaryecology.org
>
>         [[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