[R] winDialog UNIX equivalent?
JeeBee
JeeBee at troefpunt.nl
Wed Sep 6 12:25:20 CEST 2006
Yes, there are many.
To give one example, you could consider using tcltk.
library(tcltk)
tkmessageBox(title="This is terrible",
message="What did you do?\nPromise not to do this again!",
icon="error", type="ok")
On Tue, 05 Sep 2006 23:10:41 +0200, Richard Müller wrote:
> Hi all,
> I'm using winDialog and winDialogString in scripts running on a
> XP-machine. Since we're using some Linux-machines (Suse 10.0 and 10.1 on
> x86) I'm interested in equivalents of the above functions usable under
> Linux-OS. Are there any? Thanks, Richard
More information about the R-help
mailing list