[R] Building Custom GUIs for R

Bert Gunter gunter.berton at gene.com
Fri May 20 16:27:27 CEST 2011


... and yet another, on Windows ONLY and with limited functionality --
which nevertheless sufficed for my unsophisticated needs -- is to use
several built-in R functions in the utils package (the win... ones
courtesy of Duncan Murdoch) that access native Windows functionality.
See

?winMenuAdd
?select.list
?winDialog
?winProgressBar
?choose.files

for some examples and links to others. (select.list and choose.files
are available on all OS's).

Cheers,
Bert

On Fri, May 20, 2011 at 6:17 AM, Barry Rowlingson
<b.rowlingson at lancaster.ac.uk> wrote:
> 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
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
"Men by nature long to get on to the ultimate truths, and will often
be impatient with elementary studies or fight shy of them. If it were
possible to reach the ultimate truths without the elementary studies
usually prefixed to them, these would not be preparatory studies but
superfluous diversions."

-- Maimonides (1135-1204)

Bert Gunter
Genentech Nonclinical Biostatistics



More information about the R-help mailing list