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
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
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
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