[Rd] RAqua and AquaTclTk

2003-10-30 Thread Stefano Iacus
While playing around with panther I discovered (with surprise) that tcltk seems to work (even if not smoothly) with RAqua without first calling tkStartGUI. I switched back to 10.2.6 and it works as well. I think this is due to the "last minute" fix in RAqua now using idle timers because of too

[Rd] dataentry.c ESC key overrun. (PR#4865)

2003-10-30 Thread nakama
Full_Name: Version: R-1.8.0 OS: linux Submission from: (NULL) (219.117.236.5) bufp is not reset. src/modules/X11/dataentry.c static void handlechar(char *text) { int c = text[0]; if ( c == '\033' ) { CellModified = FALSE

[Rd] dist() objects with NA's don't print them (PR#4866)

2003-10-30 Thread maechler
The print.dist() method in the mva package currently prints the triangular distance matrices with the ``trick'' of setting the (diagonal and) upper triangular part to NA, and then uses print(mat, na = "") to print that matrix. This is very much undesired if there are true NAs. Reproducible example

Re: [Rd] RAqua and AquaTclTk

2003-10-30 Thread Peter Dalgaard
Stefano Iacus <[EMAIL PROTECTED]> writes: > While playing around with panther I discovered (with surprise) that > tcltk seems to work (even if not smoothly) with RAqua without first > calling tkStartGUI. > > I switched back to 10.2.6 and it works as well. > I think this is due to the "last minute