Questions tagged [gwidgets]

gWidgets provides a toolkit-independent API for building GUIs for the R programming language.

gWidgets is a set of packages for development. It provides a high-level wrapper over R packages that interface , and , providing a (more-or-less) toolkit-independent way of building GUIs.

Current packages start with the prefix gWidgets2, and older versions start with just gWidgets. V1 of gWidgets also has (now obsolete) interfaces to Java and HTML GUI tools.

Repositories

gWidgets2 gWidgets2RGtk2 gWidgets2tcltk gWidgetsqt gWidgets gWidgetsRGtk2 gWidgetstcltk

Vignettes

Books

Other resources

Related tags

  • 's and packages for creating web and Java GUIs respectively
215 questions
-1
votes
1 answer

Source code save plot R; gWidgets

I am looking for the source of the save function in the pop up menu in a ggraphics(). Can anyone help me?
user2670757
  • 55
  • 1
  • 6
-1
votes
1 answer

Error in running the gWidgets2Qt demo

I've got this error while running the demo of the gWidgets2Qt package: > demo(gWidgets2Qt) demo(gWidgets2Qt) ---- ~~~~~~~~~~~ Type to start : > ## run examples > require(gWidgets2) > options(guiToolkit="Qt") > ## run…
Michele
  • 8,563
  • 6
  • 45
  • 72
-2
votes
1 answer

R: when running R App in cmd it loads and closes

I wrote an R App (with gWidgets) and it works fine in RStudio. However, when I created bat file, it loads code just fine and it actually opens the first window of the app, but then the app closes and no error is thrown. My batch file is simply:…
Vesnič
  • 365
  • 5
  • 17
-3
votes
1 answer

Updating gWidgets elements in R

I'm having trouble updating graphical elements in R and I can't figure it out. I'd appreciate a little push. I'm trying to make a simple GUI which is prepopulated with some options, but when a button is pressed the database is queried (the query is…
chrysrobyn
  • 73
  • 1
  • 10
-4
votes
1 answer

R locate the iterator

I have a simple loop for(z in 1:length(x)){ country=region_names[z] //paste("xyz",country)// .... } Now, after the loop is finished, z will have the value equal to the length of x. Now, I need to find a way to add an iterator. Supposedly, when it…
Weijia
  • 79
  • 9
1 2 3
14
15