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
______________________________________________
[email protected] 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.