On 8/3/07, William J. West <[EMAIL PROTECTED]> wrote:
>
> I have built a small interface to a function using gWidgets. I am
> using Windows XP.  Is it possible to run this in batch mode?


My guess would be no, since as far as I know the mechanism it uses for
listening to events depends on the Windows R GUI. You could try it though.

Ideally,
> the users of the script would be able to run it from a desktop
> shortcut.


Maybe you could create a shortcut that starts the Rgui but set it to start
the application "minimized". That might actually be ideal if the user wants
to extend the GUI or work from the console for any reason. I tend to see R
GUI's as complementing the console interface, rather than replacing it. The
key is that the R GUI is minimized, since it will tend to put itself on top
of an RGtk2 GUI. You can then have the GUI quit function also (and perhaps
optionally) quit R.

Michael

Bill
>
> _______________________________________________
> R-SIG-GUI mailing list
> R-SIG-GUI@stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-gui
>

        [[alternative HTML version deleted]]

_______________________________________________
R-SIG-GUI mailing list
R-SIG-GUI@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-gui

Reply via email to