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