Re: [Rd] Building an R GUI using gWidgets and RGtk2

2007-09-15 Thread Hans-Peter
> > I'm developing a GUI in R that will be used to monitor financial > portfolio performance. The GUI will be distributed as an R package. So > far, I've decided to use the "cairoDevice", "RGtk2", "gWidgets", and > "gWidgetsRGtk2" packages to develop the GUI. I am trying to decide what > would b

Re: [Rd] Building an R GUI using gWidgets and RGtk2

2007-09-14 Thread Gabor Grothendieck
On 9/14/07, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > On 9/14/07, Gerlanc, Daniel <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I'm developing a GUI in R that will be used to monitor financial > > portfolio performance. The GUI will be distributed as an R package. So > > far, I've decided t

Re: [Rd] Building an R GUI using gWidgets and RGtk2

2007-09-14 Thread Gabor Grothendieck
A fourth approach would be the proto package. It provides a thin layer over environments making use of the prototype (aka object-based) style of programming which is fundamental different relative to class-based programming (although it is powerful enough to encompass class based programming). Th

[Rd] Building an R GUI using gWidgets and RGtk2

2007-09-14 Thread Gerlanc, Daniel
Hello, I'm developing a GUI in R that will be used to monitor financial portfolio performance. The GUI will be distributed as an R package. So far, I've decided to use the "cairoDevice", "RGtk2", "gWidgets", and "gWidgetsRGtk2" packages to develop the GUI. I am trying to decide what would be th