Re: [R] any advice on web interfaces to R?

2009-09-23 Thread jverzani
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

Re: [R] re trieve user input from an tcl/tk interface

2009-09-29 Thread jverzani
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

Re: [R] R user interface

2010-06-17 Thread jverzani
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

Re: [R] drilling down data on charts

2010-10-14 Thread jverzani
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

Re: [R] Playwith-problem with loading

2010-11-16 Thread jverzani
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-

Re: [R] User input in R program

2011-01-21 Thread jverzani
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

Re: [R] Help with Using gtext in gWidgetsWWW for Outputting Results to Webpage

2011-05-07 Thread jverzani
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-

Re: [R] Help with Using gtext in gWidgetsWWW for Outputting Results to Webpage

2011-05-07 Thread jverzani
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

Re: [R] Building Custom GUIs for R

2011-05-20 Thread jverzani
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

Re: [R] gtk, RGtk2 and error in callback: delet_event in mai window

2011-03-28 Thread jverzani
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

Re: [R] How to arrange the GUI's in window in tcltk package???

2012-08-25 Thread jverzani
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

Re: [R] link for refernces

2012-08-26 Thread jverzani
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