[Rd] PR#7718

2005-03-07 Thread znmeb
R-devel 2005/03/07 is totally innocent. Uninstalling Atlas 3.6.0 fixed this. You can close it out; once I figure out whether it's Gentoo's packaging of Atlas or Atlas/Athlon itself, I'll post a bug on whichever it turns out to be. __ R-devel@stat.math

RE: [Rd] Does cat("\a") ring a bell?

2005-03-07 Thread John Fox
Dear Duncan et al., Actually, it doesn't work under ESS on Windows either. Regards, John John Fox Department of Sociology McMaster University Hamilton, Ontario Canada L8S 4M4 905-525-9140x23604 http://socserv.mcmaster.ca/jfox

Re: [Rd] Does cat("\a") ring a bell?

2005-03-07 Thread Friedrich . Leisch
> On Mon, 7 Mar 2005 21:12:17 +0100, > stefano iacus (si) wrote: > no, on Mac OS X, but could be easily implemented. > stefano > On 07/mar/05, at 21:02, Duncan Murdoch wrote: >> Under GUIs other than Windows (Mac OS X, ESS, etc.) does >> >> cat("\a") >> >> still make a

RE: [Rd] Does cat("\a") ring a bell?

2005-03-07 Thread Vadim Ogranovich
Not under ESS/Emacs/Linux : > cat("\a") ^G> > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Murdoch > Sent: Monday, March 07, 2005 12:02 PM > To: r-devel@stat.math.ethz.ch > Subject: [Rd] Does cat("\a") ring a bell? > > Under GUIs other th

Re: [Rd] Does cat("\a") ring a bell?

2005-03-07 Thread stefano iacus
no, on Mac OS X, but could be easily implemented. stefano On 07/mar/05, at 21:02, Duncan Murdoch wrote: Under GUIs other than Windows (Mac OS X, ESS, etc.) does cat("\a") still make a bell (or some other) sound? If so, I'll add a "bell()" function to utils. Duncan Murdoch

[Rd] Does cat("\a") ring a bell?

2005-03-07 Thread Duncan Murdoch
Under GUIs other than Windows (Mac OS X, ESS, etc.) does cat("\a") still make a bell (or some other) sound? If so, I'll add a "bell()" function to utils. Duncan Murdoch __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinf

[Rd] Dear Friend. (PR#7720)

2005-03-07 Thread sshari11
Dear Friend. As you read this, I don't want you to feel sorry for me, because, I believe everyone will die someday. My name is Shadak Shari, a merchant in Dubai, in the U.A.E.I have been diagnosed with Esophageal cancer .It has defiled all forms of medical treatment, and right now I have only abo

Re: [Rd] R crashes using the em function of package mclust (PR#7719)

2005-03-07 Thread becker
Duncan Murdoch schrieb: >On Mon, 7 Mar 2005 09:35:39 +0100 (CET), [EMAIL PROTECTED] wrote >: > > > >>Hi, >> >>I got the same problem like >>http://tolstoy.newcastle.edu.au/R/devel/04/11/1204.html >> >>R crashes when I use the em function from the mclust package on >>univariate data and on a sp

Re: [Rd] R crashes using the em function of package mclust (PR#7719)

2005-03-07 Thread murdoch
On Mon, 7 Mar 2005 09:35:39 +0100 (CET), [EMAIL PROTECTED] wrote : >Hi, > >I got the same problem like >http://tolstoy.newcastle.edu.au/R/devel/04/11/1204.html > >R crashes when I use the em function from the mclust package on >univariate data and on a special case on bivariate data (when the ma

Re: [Rd] R crashes using the em function of package mclust (PR#7719)

2005-03-07 Thread Brian D Ripley
Please read the FAQ and report this in the correct place: Bug reports on contributed packages should be sent first to the package maintainer, and only submitted to the R-bugs repository by package maintainers, mentioning the package in the subject line. You are not the named maintainer. On M

[Rd] R crashes using the em function of package mclust (PR#7719)

2005-03-07 Thread becker
Hi, I got the same problem like http://tolstoy.newcastle.edu.au/R/devel/04/11/1204.html R crashes when I use the em function from the mclust package on univariate data and on a special case on bivariate data (when the matrix is not provided as written in the manual). It seems as if the problem

Re: [Rd] "make check-all" fails on R-devel 2005/03/07 (PR#7718)

2005-03-07 Thread Prof Brian Ripley
What platform is this?: `Gentoo Linux' is too vague. Please investigate the failure and follow-up with the details (there should be a tests/nafns.Rout.fail file). NB: we are not seeing a problem on FC3 Linux under i686 or x86_64 or under Windows or Solaris. On Mon, 7 Mar 2005 [EMAIL PROTECTED

[Rd] "make check-all" fails on R-devel 2005/03/07 (PR#7718)

2005-03-07 Thread znmeb
Full_Name: Ed Borasky Version: R-devel 2005/03/07 OS: Gentoo Linux Submission from: (NULL) (24.21.54.168) How to reproduce: 1. Download R-devel.tar.bz2 (the one I have is 2005/03/07) 2. Unpack it 3. Type ./configure --prefix=/opt 2>&1 | tee configure.log make 2>&1 | tee make.log make c