Skip to content
Prev 140003 / 398506 Next

R GUI question

On Wed, Mar 19, 2008 at 12:56 PM, jeffreya <jeff_a_10487 at yahoo.com> wrote:
rJava/JRI does not require mingw. It's just a matter of installing
Java (which many users have already) and the rJava package.
I would suggest using the gWidgets package, an abstraction over RGtk2
(best supported by gWidgets but requires user to install the
cross-platform GTK+ library), tcltk and rJava/Swing. All the backends
are cross-platform and support callbacks into R. The user may choose
which backend to use. So if they want a slicker GUI they could install
GTK+ and RGtk2 or they could just use the built-in support for tcl/tk.
gWidgets would only require you to know R.