Some possibilities:
The Rcmdr package is a very good example of a GUI built using Tk (it does not
hide the R program, but lets you do analyses using menus and dialogs). Rcmdr
also has a plug-in mechanism to write extensions to it, depending on what you
want to do, writing a simple extension to
On Mon, Jun 1, 2009 at 9:21 AM, Martin Maechler
wrote:
> > "AB" == Alex Bokov on Mon, 01 Jun 2009 00:24:58
> -0500 writes:
>
>AB> I'm trying to wrap my R package in a GUI such that when
>AB> the user launches the app, they see my GUI window and
>AB> never interact with the R cons
Alex,
Kevin R. Coombes wrote:
> The following idea only partially answers your question
>
> I have successfully written a GUI using the tcl/tk package
> that ships with standard R. It is then possible (in Windows)
> to create a shortcut icon that runs the following command:
> C:\R\R-2.8.1
Hi,
The following idea only partially answers your question
I have successfully written a GUI using the tcl/tk package that ships
with standard R. It is then possible (in Windows) to create a shortcut
icon that runs the following command:
C:\R\R-2.8.1\bin\R.exe --vanilla -e library(Sup
> "AB" == Alex Bokov
> on Mon, 01 Jun 2009 00:24:58 -0500 writes:
AB> Hi. This is my first post to this list, I seem to be
AB> graduating to from the r-help list. :-)
well
AB> I'm trying to wrap my R package in a GUI such that when
AB> the user launches the app,