search for: gwidgetsrgtk2

Displaying 20 results from an estimated 39 matches for "gwidgetsrgtk2".

2012 Mar 13
2
Problem installing gWidgetsRGtk2 on Ubuntu 10.04
dear all, I'm totally new to R and want to install the RQDA package. It fails because of a dependency with gWidgetsRGtk2, which doesn't install because of the following: > * installing *source* package ?gWidgetsRGtk2? ... ** R ** inst ** preparing package for lazy loading Error in eval(expr, envir, enclos) : konnte Funktion "setRefClass" nicht finden (=could not find function "setRefClass&quo...
2010 Feb 19
2
problem with RGtk
Dear List, I would like to ask about package RGtk2 with which I have a problem. I will very much appreciate if somebody could tell me what I need to do. I need to install a package scdMicro and it depends on gWidgetsRGtk2. I am working on MAC, version 10.5.8. When I try to load gWidgetsRGtk2 (or RGtk2), it asks me: "Instal GTK+?" I installed Gtk+ from CRAN, and added a path: export PATH=$PATH:/Library/Frameworks/GTK+.framework/Resources/bin But next time I try to load gWidgetsRGtk2 (or RGtk2), I get the...
2011 Jun 10
2
Require of gWidgetsRGtk2 fails: RGtk2.dll can't be found, but it's there
Dear list, I've been trying to get gWidgets/gWidgetsRGtk2 to run every other month for a while, but somehow I simply can't figure out what's going wrong. I tried several distributions of the GTK runtime environment for Windows (http://downloads.sourceforge.net/gladewin32/gtk-2.12.9-win32-1.exe as described in the package's vignette, http:...
2006 Oct 06
2
[R-pkg] New packages pmg, gWidgets, gWidgetsRGtk2
I'd like to announce three new packages on CRAN: pmg, gWidgets, and gWidgetsRGtk2. --John Verzani 1 PMG *=*=*= The pmg package for R provides a relatively simple graphical user interface for R in a manner similar to the more mature RCmdr package. Basically this means a menu-driven interface to dialogs that collect arguments for R functions. This GUI was written with an ey...
2006 Oct 06
2
[R-pkg] New packages pmg, gWidgets, gWidgetsRGtk2
I'd like to announce three new packages on CRAN: pmg, gWidgets, and gWidgetsRGtk2. --John Verzani 1 PMG *=*=*= The pmg package for R provides a relatively simple graphical user interface for R in a manner similar to the more mature RCmdr package. Basically this means a menu-driven interface to dialogs that collect arguments for R functions. This GUI was written with an ey...
2011 Mar 01
2
problems with playwith
hello, i tried to run playwith but : > library(playwith) Loading required package: lattice Loading required package: cairoDevice Loading required package: gWidgetsRGtk2 Loading required package: gWidgets Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'H:/R/cran/RGtk2/libs/i386/RGtk2.dll': LoadLibrary failure: The specified procedure could not be found. Failed to load RGtk2 dynamic library, attempting to insta...
2018 Apr 15
1
RQDA/RGtk2 Installation Problem
...ix this. I really would love to be able to use RQDA! Thanks in advance for your help. Ryoko ******************************************************** > install.packages('RQDA') --- Please select a CRAN mirror for use in this session --- also installing the dependencies ?cairoDevice?, ?gWidgetsRGtk2?, ?RGtk2? Packages which are only available in source form, and may need compilation of C/C++/Fortran: ?cairoDevice? ?RGtk2? Do you want to attempt to install these from sources? y/n: y installing the source packages ?cairoDevice?, ?gWidgetsRGtk2?, ?RGtk2?, ?RQDA? trying URL 'https://cran....
2011 Sep 29
1
Warning: changing locked binding for ...
Dear all, I use the R R Under development (unstable) (2011-09-28 r57099). When I load the RQDA package, it issues warnings. As the RQDA package developer, what should I deal with such message? Thank you very much. > library(gWidgetsRGtk2) Loading required package: gWidgets > library(RQDA) Loading required package: DBI Loading required package: RSQLite Use 'RQDA()' to start the programe. Warning: changing locked binding for ?stockIcons? in ?gWidgetsRGtk2? whilst loading ?RQDA? Warning: changing locked binding for ?updat...
2010 Nov 16
2
Playwith-problem with loading
...sion 2.6.10 and set the path of environment variables. But it still does not work. It seems to be that the problem is in gtk2 (which I also installed). Thank you for any hints! > library(playwith) Loading required package: lattice Loading required package: cairoDevice Loading required package: gWidgetsRGtk2 Loading required package: gWidgets Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'C:/PROGRA~1/R/R-212~1.0/library/RGtk2/libs/i386/RGtk2.dll': LoadLibrary failure: The specified procedure could not be found. Failed to load RGtk2 dynamic libr...
2008 Dec 12
1
How to mimic select.list using RGtk2/gWidgetsRGtk2?
I want to write a function mimic the function of select.list(), here is my preliminary version. select <- function(x,multiple=TRUE,...){ ans<-new.env() g <- gwindow(title=title,wid=200,heigh=500) x1<-ggroup(FALSE,con=g) x2<-gtable(x,multiple=multiple,con=x1,expand=TRUE) gbutton("OK",con=x1,handler=function(h,...){ value <- svalue(x2) if (length(value)==0)
2010 Apr 19
1
Follow up on installing formatR...
...ackages("formatR") Warning in install.packages("formatR") : argument 'lib' is missing: using '/usr/local/lib/R/site-library' --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done also installing the dependencies ?RGtk2?, ?gWidgetsRGtk2? trying URL 'http://probability.ca/cran/src/contrib/RGtk2_2.12.18.tar.gz' Content type 'application/x-gzip' length 2206504 bytes (2.1 Mb) opened URL ================================================== downloaded 2.1 Mb trying URL 'http://probability.ca/cran/src/contrib/gWidgets...
2008 Oct 14
3
gWidgets install
...and MD5 sums checked The downloaded packages are in C:\Documents and Settings\ts\Local Settings\Temp\Rtmpx7Ow1V\downloaded_packages updating HTML package descriptions > library(gWidgets) Error in fun(...) : *** gWidgets requires a toolkit implementation to be installed, for instance gWidgetsRGtk2, gWidgetstcltk, or gWidgetsrJava*** . Error : .onLoad failed in 'loadNamespace' for 'gWidgets' Error: package/namespace load failed for 'gWidgets' > -------------------------------------------------- I can't understand why I'm gettting the error. Earlier today,...
2008 Nov 24
1
RQDA-0.1.5 is released
...s both on the Windows and Linux/FreeBSD platforms. RQDA is an easy-to-use tool to assist in the analysis of textual data. At the present, it supports only plain text format data. All the information is stored in SQLite database via the R package of RSQLite. The GUI is based on RGtk2, via the aid of gWidgetsRGtk2. It includes a number of standard Computer-Aided Qualitative Data Analysis features. Besides, it seamlessly integrated with R, which means that a) statistical analysis on the coding is possible, and b) functions about data manipulation and analysis can be easily extended by writing R functions. To...
2008 Nov 24
1
RQDA-0.1.5 is released
...s both on the Windows and Linux/FreeBSD platforms. RQDA is an easy-to-use tool to assist in the analysis of textual data. At the present, it supports only plain text format data. All the information is stored in SQLite database via the R package of RSQLite. The GUI is based on RGtk2, via the aid of gWidgetsRGtk2. It includes a number of standard Computer-Aided Qualitative Data Analysis features. Besides, it seamlessly integrated with R, which means that a) statistical analysis on the coding is possible, and b) functions about data manipulation and analysis can be easily extended by writing R functions. To...
2007 Sep 14
2
Building an R GUI using gWidgets and RGtk2
Hello, I'm developing a GUI in R that will be used to monitor financial portfolio performance. The GUI will be distributed as an R package. So far, I've decided to use the "cairoDevice", "RGtk2", "gWidgets", and "gWidgetsRGtk2" packages to develop the GUI. I am trying to decide what would be the best way to structure the GUI would be. I've considered 3 approaches to building the GUI. The first would be to use S4 classes. I would create parent "gui" object that would store widgets or containers in s...
2007 Jun 19
0
RGtk2 2.10.x series available
...tly become available on CRAN. RGtk2 is a package for creating graphical user interfaces (GUI's) in R and is similar in purpose to the tcltk package. RGtk2 binds to and enables the extension of the GTK+ user interface library, as well as several other libraries that are integrated with GTK+. The gWidgetsRGtk2 package provides an RGtk2 implementation of the elegant toolkit-independent gWidgets API. The cairoDevice package allows embedding of R graphics inside RGtk2 interfaces. RGtk2 2.10.x (currently at 2.10.9-1) brings several major improvements: * Updated bindings to the latest stable versions of all...
2007 Jun 19
0
RGtk2 2.10.x series available
...tly become available on CRAN. RGtk2 is a package for creating graphical user interfaces (GUI's) in R and is similar in purpose to the tcltk package. RGtk2 binds to and enables the extension of the GTK+ user interface library, as well as several other libraries that are integrated with GTK+. The gWidgetsRGtk2 package provides an RGtk2 implementation of the elegant toolkit-independent gWidgets API. The cairoDevice package allows embedding of R graphics inside RGtk2 interfaces. RGtk2 2.10.x (currently at 2.10.9-1) brings several major improvements: * Updated bindings to the latest stable versions of all...
2009 May 27
0
invisible columns
Dear John, Actually, I was using gWidgetsRGtk2. The solution you suggest works fine. Thank you very much. Best regards. Olivier -- ____________________________________ Olivier G. Nuñez Email: onunez en iberstat.es Tel : +34 663 03 69 09 Web: http://www.iberstat.es ____________________________________ El 27/05/2009, a las 17:28, John Ver...
2012 Jan 19
1
question re. package playwith not able to run command getting error message that I'm attempting to use non function
...1-07-0 Platform: i486-pc-linux-gnu (32-bit) All my packages were updated, and recently installed. When I attempt to use the command playwith I get the following error message: > library(playwith) Loading required package: lattice Loading required package: cairoDevice Loading required package: gWidgetsRGtk2 Loading required package: gWidgets Loading required package: grid > playwith(plot(1:10)) Error in playwith(plot(1:10)) : attempt to apply non-function > playwith(xyplot(Income ~ log(Population / Area), + data = data.frame(state.x77), groups = state.region, + type = c("p", &q...
2010 Jan 15
1
Using multicore with an open pdf device results in corrupt pdf (PR#14186)
...ulticore, package:foreach, package:codetools, package:iterators, package:abind, package:seqinr, package:mvbutils, mvb.session.info, package:tools, package:robust, package:rrcov, package:pcaPP, package:mvtnorm, package:robustbase, package:MASS, package:glmmML, package:playwith, package:grid, package:gWidgetsRGtk2, package:cairoDevice, package:lattice, package:gWidgets, package:graphics, package:grDevices, package:datasets, package:fortunes, package:sfsmisc, package:stats, package:utils, package:methods, Autoloads, package:base