Displaying 14 results from an estimated 14 matches for "gladewin32".
2007 Aug 02
2
new package plotAndPlayGTK
Package plotAndPlayGTK provides a graphical user interface for R
plots. Wrap it around your plot commands, like playwith(plot(mydata)).
A window pops up with a Cairo plot device and a toolbar with buttons
to interact with the plot. The default buttons allow you to add
persistent labels to data points, zoom in and out and around, save the
plot to a file, and so on. Furthermore, you can edit the
2007 Aug 02
2
new package plotAndPlayGTK
Package plotAndPlayGTK provides a graphical user interface for R
plots. Wrap it around your plot commands, like playwith(plot(mydata)).
A window pops up with a Cairo plot device and a toolbar with buttons
to interact with the plot. The default buttons allow you to add
persistent labels to data points, zoom in and out and around, save the
plot to a file, and so on. Furthermore, you can edit the
2010 May 28
1
Problem loading RGtk2 (iconv.dll)
Hello dear R-help list and Michael Lawrence.
I wish to use GTK with R.
I installed the newest RGtk2 and GTK from:
http://sourceforge.net/projects/gladewin32/files/gtk%2B-win32-devel/2.12.9/gtk-dev-2.12.9-win32-2.exe/download
on the path:
C:\Program Files\Common Files\GTK\2.0\
And followed the instructions on the installation manual for RGtk2, and
added the line:
GTK_PATH=C:/Program Files/Common Files/GTK/2.0
To the
etc/Renviron.site
file.
Yet when I...
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://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.22/gtk+-bundle_2.22.1-20101227_win32.zip)
I also included GTK in my Windows PATH.
Yet, when I run 'require(gWidgetsRGtk2)', R complains that the RGtk2.dll
can't b...
2006 Sep 21
0
cairoDevice 1.2 on CRAN
...gs from RGtk2.
cairoDevice is interactive in that it supports the locator tool as well
as the getGraphicsEvent() functionality, which previously was available
only from the Windows device.
To obtain the requisite GTK+ (>= 2.8.0) libraries:
Windows: Download and run the installer from http://gladewin32.sf.net.
Mac: DarwinPorts
Linux: packages from your distribution
Please enjoy the package and let me know if you have any problems,
Michael Lawrence
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-pack...
2006 Sep 21
0
cairoDevice 1.2 on CRAN
...gs from RGtk2.
cairoDevice is interactive in that it supports the locator tool as well
as the getGraphicsEvent() functionality, which previously was available
only from the Windows device.
To obtain the requisite GTK+ (>= 2.8.0) libraries:
Windows: Download and run the installer from http://gladewin32.sf.net.
Mac: DarwinPorts
Linux: packages from your distribution
Please enjoy the package and let me know if you have any problems,
Michael Lawrence
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-pack...
2007 Jun 21
1
[R-pkgs] RGtk2 2.10.x series available
I installed version 2.10.9-1 of RGtk2, but when I tried to load it I
received the following message:
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library 'C:/Programmi/R/R-2.5.0/library/RGtk2/libs/RGtk2.dll':
2006 Oct 06
2
[R-pkg] New packages pmg, gWidgets, gWidgetsRGtk2
...If the GUI is
closed, it may be restarted by calling pmg(). An accompanying vignette
(vignette("pmg")) describes the GUI.
5 Comments
*=*=*=*=*=*
Send comments or suggestions to pmgRgui at gmail.com.
-----------------------------------
(1) http://www.ggobi.org/rgtk2
(2) http://gladewin32.sourceforge.net/modules/news/
(3) http://www.ggobi.org/rgtk2
-----------------------------------------------------------------------
This document was translated from LaTeX by HeVeA
(http://pauillac.inria.fr/~maranget/hevea/index.html).
2006 Oct 06
2
[R-pkg] New packages pmg, gWidgets, gWidgetsRGtk2
...If the GUI is
closed, it may be restarted by calling pmg(). An accompanying vignette
(vignette("pmg")) describes the GUI.
5 Comments
*=*=*=*=*=*
Send comments or suggestions to pmgRgui at gmail.com.
-----------------------------------
(1) http://www.ggobi.org/rgtk2
(2) http://gladewin32.sourceforge.net/modules/news/
(3) http://www.ggobi.org/rgtk2
-----------------------------------------------------------------------
This document was translated from LaTeX by HeVeA
(http://pauillac.inria.fr/~maranget/hevea/index.html).
2009 Nov 25
1
rattle(): unable to load shared library
Hi
I'm trying to install the rattle GUI on winwos 2000, with last version R 2.10.
I had a first problem using the rattle package, as it was asking pkg
XMl, which is no more in the CRAN repo. I instead simply install in
R/libraries the XML pkg from:
http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.10/
Maybe I mised something here... So now I was able to run the library(rattle)
then,
2008 Jul 19
1
Clash between 'Cairo' and 'EBImage' packages on Windows
Hi,
on Windows XP Pro with R version 2.7.1 Patched (2008-06-27 r46012) the
'Cairo' and the 'EBImage' packages does not play well together.
Loading EBImage before Cairo cause the following to happen:
# Rterm --vanilla
> library(EBImage);
> library(Cairo)
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library
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
2007 Feb 28
3
Package RGtk2, rattle, libatk-1.0.0.dll Errors
Dear Group,
I have followed the instructions from the link
http://datamining.togaware.com/survivor/Installing_GTK.html
However i couldn't fix the libatk01.0.0.dll application error
Here, i did uninstall R-Gui-2.4.0 then did the fresh installation and still
facing the same problem
I am using Windows- XP
*Please find the following*
R version 2.4.0 (2006-10-03)
Copyright (C) 2006 The R
2007 Dec 17
4
Installation of RGtk2 (PR#10519)
Full_Name: Caroline Keef
Version: 2.6.1
OS: Windows XP
Submission from: (NULL) (195.171.203.131)
I have tried to install the package rggobi which if I'm right requires the
package RGtk2
If I install RGtk2 using the install.packages (I used the UK (Bristol) mirror, I
haven't tried any other mirror) within R and then use library(RGtk2) I get the
following message box
"This