Skip to content
Prev 260439 / 398502 Next

Building Custom GUIs for R

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

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