Vassilis Golfinopoulos
2009-Sep-21 13:18 UTC
[R] R crashes when packages 'impute' and 'GeneMeta' are used together.
Well, the title says all for this one. It seems to crash the R-console, so it happens whether I use the R-gui or R-console directly or Emacs with ESS. I have R 2.9.0 on Windows Vista. Thanks, Vassilis
hadley wickham
2009-Sep-21 15:05 UTC
[R] R crashes when packages 'impute' and 'GeneMeta' are used together.
> Well, the title says all for this one.Not really. What do you mean by crash? What do you mean by used together? Hadley -- http://had.co.nz/
Duncan Murdoch
2009-Sep-21 15:13 UTC
[R] R crashes when packages 'impute' and 'GeneMeta' are used together.
On 9/21/2009 9:18 AM, Vassilis Golfinopoulos wrote:> Well, the title says all for this one. It seems to crash the > R-console, so it happens whether I use the R-gui or R-console directly > or Emacs with ESS.Not for me. (But as Hadley said, you didn't explain what you needed to do to trigger the crash, so I may not have done it. All I did was library(GeneMeta) library(impute) GeneMeta is a Bioconductor package, so you might want to talk about this on the Bioconductor mailing list, where you'll find more people who use it. But you should try it in a current release of R (2.9.2 is current), and report on the version numbers of the packages. Duncan Murdoch> > I have R 2.9.0 on Windows Vista. > > Thanks, > Vassilis > > ______________________________________________ > R-help at 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.