Displaying 20 results from an estimated 1000 matches similar to: "RQDA/RGtk2 Installation Problem"
2008 Nov 24
1
RQDA-0.1.5 is released
RDQA is a package for Qualitative Data Analysis built upon R. It works
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
2008 Nov 24
1
RQDA-0.1.5 is released
RDQA is a package for Qualitative Data Analysis built upon R. It works
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
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
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 eye towards
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 eye towards
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
2010 Nov 16
2
Playwith-problem with loading
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-win32-2.0-0.dll." occurs and the R asks for instaling the GTK+ package. However the instalation of GTK+ thorugh the R fails. I have
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
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
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,
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
2008 Jul 28
1
equivalent to "require" for imports? (cairoDevice)
Hi R-devel
I use the packages RGtk2 and cairoDevice. The cairoDevice package has
a few stand-alone functions, plus "asCairoDevice" which depends on
RGtk2 and calls require(RGtk2). So cairoDevice lists RGtk2 under
"Suggests" in the DESCRIPTION file. It can not Import RGtk2 because
that would force all users to install RGtk2.
The upshot of this is, if you *import* the RGtk2
2008 Jul 15
3
playwith package crashes on Mac
Dear R-helpers,
I tried the playwith packages for the first time, and it crashed R:
> require(playwith)
Loading required package: playwith
Loading required package: lattice
Loading required package: grid
Loading required package: gWidgets
Loading required package: gWidgetsRGtk2
Loading required package: RGtk2
Loading required package: cairoDevice
> sessionInfo()
R version 2.7.1
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...
Good morning folks:
Made a second go at installing this and succeeded, but with some strange
behaviours along the way. First the system back story.
Using up to date edition Ubuntu 8.04
Using up to date edition of R 2.10.1
Using the Toronto, Ontario repository to draw from.
After the first attempt ended up with two of the four dependencies
installed so only the Rgtk related items would be
2007 Jun 19
0
RGtk2 2.10.x series available
The new 2.10.x series of the RGtk2 package has recently 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
2007 Jun 19
0
RGtk2 2.10.x series available
The new 2.10.x series of the RGtk2 package has recently 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
2007 Aug 02
3
installing RGtk2
I am using ubuntu. When I tried install.packages("RGtk2") it downloaded
and seemed to compile successfully:
** building package indices ...
* DONE (RGtk2)
The downloaded packages are in
/tmp/Rtmp57id87/downloaded_packages
However, when I tried library(RGtk2) I found
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2009 Jun 04
2
RGtk2 help: Show list of column names from dataset and categorize as factor or numeric
Hi UseRs,
I recently started working with the RGtk2 library. The documentation
is comprehensive and I've tried learning from the examples in most Gtk
tutorials (which have C code). This is a little problematic, but has
helped quite a bit in getting me started.
I would like to create a GUI for file selection, which then displays
the column names from the selected file, and provides the user
2009 May 25
2
cairoDevice.dll error, but it exists..?
Hello, running windows vista, R2.9. Installed the following libraries:
(*latticist*, *playwith* and *Cairo*)
Wanted then to run, to evaluate the visualization features:
>data(iris)
>library(latticist)
>latticist(iris)
However, i tested my desktop and laptop and get the following error
after typing latticist(iris):
latticist(iris)
Loading required package: playwith
Loading