Mitchell Maltenfort gmail.com> writes:
>
> I saw http://cran.r-project.org/doc/FAQ/R-FAQ.html#R-Web-Interfaces
> and I'm still not sure yet which platform (Linux, Windows, etc.) I'll
> be working on -- and no, it's not under my control to pick.
>
> I was wondering if anyone out there had good a
einsundeins gmail.com> writes:
>
>
> Hello everyone,
>
> this is my first post here and I hope I signed up correctly and someone will
> take me by the hand and help me out. I am new to R and cannot figure out
> what to do here...
>
> ... I want to have an User Interface that requests input. I
Shubha Vishwanath Karanth ambaresearch.com> writes:
>
> Hi R,
>
> I have a an excel file with a lot of data. I need to create an user
> interface in R, which has one single screen. It needs to contain a right
> pane containing the click buttons for different countries (say). If the
> user click
Greg Snow imail.org> writes:
>
> It is not clear what exactly you want. Try looking at the functions
TkPredict, TkSpline, and TkApprox in the
> TeachingDemos package to see if any of those do what you want.
>
> If not, give a bit more of a description and include some sample data.
>
You coul
Fencl, Martin eawag.ch> writes:
>
> Helllo,
> I am having trouble with running the library Playwith in the R-2.12.0. running
under 32bit Windows XP.
> After calling the library the error message "The procedure entry point
gdk_cairo_reset_clip could not
> be located in the dynamic library libgdk-
christiaan pauw gmail.com> writes:
>
> HI Everybody
>
> Does anyone know of documentation about different ways of obtaining user
> input in R. I have used readline() but I wondered is there are sophisticated
> packages that does things like validate answers or generate selection
> lists.
You m
Ron Fricker nps.edu> writes:
Ron,
A few things.
I am in the process of rewriting this package to use the new Rook package.
The current package is on r-forge as gWidgetsWWW2. It works for local use,
but Rook isn't yet integrated in with rapache to serve in a public way.
(https://r-forge.r-
jverzani gmail.com> writes:
I was remiss in not mentioning the use of the nifty hwriter package for
formatting tables for display through ghtml as an alternative to using
gtext for what you want to do. See the package description at:
http://www.embl.de/~gpau/hwriter/
--J
vioravis gmail.com> writes:
>
> I am looking to build simple GUIs based on the R codes I have. The main
> objective is to hide the scary R codes from non-programming people
> and make it easier for them to try out different inputs.
>
... snip ...
> Are there any tools currently available th
Cleber N. Borges yahoo.com.br> writes:
>
> Hello All,
>
> I am trying to learn about the GUI in R (with GTK+Glade+RGtk2) and in my
> test I don't get sucess in to make
> an callback to destroy the application...
>
> When I try to define an function for "delet-event callback", I get the
> err
punitha wipro.com> writes:
>
> Thank you steven,
>
> tkpack is helping me in arranging the components in container.
>
> and yes, i went through gwidgets package, i found it also good to design GUI
> in R.
>
Try `tkraise`:
library(tcltk)
w1 <- tktoplevel()
tkpack(ttkbutton(w1, text="w1", co
punitha wipro.com> writes:
>
> Please can anyone suggest me some links which have complicated examples with
> code of *GUI in R(tcltk package),*
>
There is some code in the ProgGUIInR package:
http://cran.r-project.org/web/packages/ProgGUIinR/
The `browseTclTkFiles` function will let you b
12 matches
Mail list logo