Skip to content
Back to formatted view

Raw Message

Message-ID: <BANLkTimeggmSURShtY86LwTOQY+ri+dz9w@mail.gmail.com>
Date: 2011-05-20T13:17:57Z
From: Barry Rowlingson
Subject: Building Custom GUIs for R
In-Reply-To: <1305874323095-3537794.post@n4.nabble.com>

On Fri, May 20, 2011 at 7:52 AM, vioravis <vioravis at gmail.com> wrote:

> Are there any tools currently available that enable us build GUIs??? (MATLAB
> has a GUI builder that enables the users build custom GUIs).

 Another option nobody has mentioned yet is to make it a web-based
system, and generate your dialogs using HTML FORM elements. R comes
with a basic web server engine now so it might be possible to make it
all self-contained.

> Can we make a exe of such GUI (with the R code) and let people use it
> without having to install R???

 That's another FFAQ to which the answer is usually 'no', although you
can of course distribute R alongside your application (by closely
following the terms of the R license agreement) and say in your
install notes "first install R by running setupR.exe" or whatever.

Barry