Displaying 20 results from an estimated 49 matches for "rgtk".
Did you mean:
gtk
2005 Dec 05
2
Conflict RGtk tcltk
Hi everybody,
I'm making an application using the package tcltk. Everything goes fine until I
load the package RGtk. The interface doesn't work anymore. Is there any conflict
between these packages? I thought about unloading the package RGtk but I don't
know how to do that.
Thanks,
--
Talita Perciano Costa Leite
Graduanda em Ci??ncia da Computa????o
Universidade Federal de Alagoas - UFAL
Departamento...
2003 Jan 16
3
Announce: pmg -- menu driven GUI using RGtk
Hello all,
I've put together a quick and dirty menubar + dialogs + spreadsheet
GUI for R using the RGtk package. Performance is not great (OOP is a
real memory hog?), the design may be worse, but the hope is that it
will be useful in an introductory stats course while we await the
arrival of a real gui with ObveRsive and SciViews.
The package can be found at
http://www.math.csi.cuny.edu/Statistics...
2003 Jan 16
3
Announce: pmg -- menu driven GUI using RGtk
Hello all,
I've put together a quick and dirty menubar + dialogs + spreadsheet
GUI for R using the RGtk package. Performance is not great (OOP is a
real memory hog?), the design may be worse, but the hope is that it
will be useful in an introductory stats course while we await the
arrival of a real gui with ObveRsive and SciViews.
The package can be found at
http://www.math.csi.cuny.edu/Statistics...
2011 Mar 14
1
RGtk in a windows 64 bits machine
An embedded and charset-unspecified text was scrubbed...
Name: n?o dispon?vel
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110314/2cd59073/attachment.pl>
2003 Sep 04
1
gnome gui question
I have compiled R 1.7.1 with gnome and installed the gtkDevice on a Linux
RH 8 system. This is my first use of this device and I have two
questions about it.
1. After running R --rui="gnome", the console comes up. To open a
graphics window, I open the gtkDevice library [library(gtkDevice)], then
start a gtk device [gtk()]. After the library command, I receive the
message from R
2005 Aug 18
1
Unload a library
Hi people,
I'm developing an application (in Linux) using tcltk and calling ggobi from that
application (using the Rggobi package). After I load ggobi and want to use the
windows made by tcltk I get some errors and sometimes R cracks. I believe the
problem is because the packages Rggobi, RGtk and tcltk are running together. I
thought about a solution that would be unload the Rggobi and RGtk packages after
I use them. Do you know how I do that? And if someone has another solution for
that problem please help me.
Thanx,
Talita Leite
-------------------------------------------------
Es...
2011 Feb 17
2
RGtk2 on Debian Testing
Dear All,
I am running Debian testing on my system for the amd64 architecture,
When trying to install the RGtk package I get this error
> install.packages('RGtk2')
Installing package(s) into ?/usr/local/lib/R/site-library?
(as ?lib? is unspecified)
trying URL
'http://rm.mirror.garr.it/mirrors/CRAN/src/contrib/RGtk2_2.20.8.tar.gz'
Content type 'application/x-gzip' length 263780...
2009 Apr 14
4
Building GUI for custom R application
...tics.
While researching the possibility of creating a GUI which would allow
for the above mentioned computations, I came across:
1) rpanel: Simple Interactive Controls for R Functions Using the tcltk Package
Found In: Journal of Statistical Software, January 2007, Volume 17, Issue 9.
2) Putting RGtk to Work, James Robison-Cox
Found In:Proceedings of the 3rd International Workshop on Distributed
Statistical Computing (DSC 2003),March 20?22, Vienna, Austria ISSN
1609-395X
http://www.ci.tuwien.ac.at/Conferences/DSC-2003/
Item 2 provides an example of creating a regression application with
slider...
2003 Nov 19
1
size of graphics device
Dear all,
In many cases, I need a plotting region much bigger than the screen (e.g. for maps or for graphs with many labels).
A. MS-Windows
if I try
windows(width=25, height=25, rescale="fixed")
it seems to be OK (a screen with scrollbars, exactly what I need)
but if I try then
plot(faithful$eruptions, faithful$waiting)
I receive
Error in plot.new() : Outer margins too large
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 ins...
2002 Aug 19
0
[Fwd: LispStat, R and ViSta [was: Re: Status?]]
..."tcltk runs on all platforms that R runs" and hance can be
> easily made available on all platforms.
>
>
> Jan> already has some mouse interaction -- see
> Jan> demo(tkcanvas), and quite a bit can be done by using
> Jan> nonstandard packages such as RGtk (on MSW and X11).
>
>
> Jan> I really hated to give up Lisp (and many lines of
> Jan> existing code), and I agree that extensions such as
> Jan> Vista and Arc are major arguments in favor of XLS, but
> Jan> it seems that XLS is best as an environment to...
2002 Aug 19
0
[Fwd: LispStat, R and ViSta [was: Re: Status?]]
Byron
I meant there is no native (Aqua) version of GTK yet (there is
wxWindows and Qt and Tk, so
possibly GTK will follow). The X11 version of RGtk works for me too. I
agree with your
diagnosis of the GUI problem.
Best -- Jan
On Monday, August 19, 2002, at 12:08 AM, Byron Ellis wrote:
>
> On Monday, August 19, 2002, at 12:09 AM, Jan de Leeuw wrote:
>>
>
> I accidentally snipped the section, but RGtk also works on Mac OS...
2002 Dec 10
1
RGnumeric real time refresh?
I have data that comes in every 7 seconds or so and I'd like to display it in a spreadsheet, and
possibly take user input from the spreadsheet.
I have installed RGnumeric and written an appropriate R function that reads, manipulates and
displays the data by writing via RGnumeric to a spreadsheet. However, the results of this are
not displayed until the R function returns, so refreshing by
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 name...
2003 Mar 07
0
New version of pmg -- Poor Man's GUI
For those who are interested,
I've finished release of 0.4 of pmg and have placed it on my website
at http://www.math.csi.cuny.edu/Statistics/R/pmg.
The pmg package provides some GUI elements using the RGtk package and
friends: RGtk, OOP, RGtkExtra, RGtkHTML, RGdkPixbuf, RGtkViewers and
REventLoop from www.omegahat.org and gtkDevice from CRAN. (These
require a form of UNIX such as linux, OS X etc.) In particular the key
elements are a menubar with some basic dialogs for doing statistical
analysis and...
2003 Apr 29
1
Feedback about SciViews?
Hello,
This message is little off-topic in R-help. Sorry for that, but not all
interested people are wired yet to r-sig-gui
(http://www.stat.math.ethz.ch/mailman/listinfo/r-sig-gui). Thanks for your
comprehension.
A preview version of SciViews (a Graphical User Interface for R under
Windows, http://www.sciviews.org) was released a few weeks ago. Since then,
the Web site recorded several
2009 Jun 12
1
Gtk objects disappears
Dear John,
I have a question.
When I run a RGtk code in my terminal (without using the R GUI)
R --vanilla << "EOF"
source("myRGtkcode.R")
EOF
the GTK objects do not remain on the screen.
Until now, I "bypass" this problem using the following commands:
require(tcltk)
tkmessageBox("Press to exit")...
2011 May 19
1
Gui immediately closes when started from command-line
Hello,
I want to run an r script that contains code for a gui (rgtk) on the command
line (windows 2000, 32 bits) using R2.10.1, but the Gui disappears a few
miliseconds after I started the program. What switch should I use to prevent
this? I tried r.exe, rterm.exe and rscript.exe with various combinations of
switches, but none of them works.
TIA
Cheers!!
Albe...
2009 Sep 18
2
Ruuid missing Gtk glib.dylib
Hi,
I get an error indicating a missing library from the package 'Ruuid'.
I suppose this means I should install RGtk. I just thought I'd
document the error. Maybe a dependency entry is missing?
R 2.9.0
OS X 10.5.8
Thanks,
- chris
> biocLite('Ruuid')
Using R version 2.9.0, biocinstall version 2.4.12.
Installing Bioconductor version 2.4 packages:
[1] "Ruuid"
Please wait...
Warning: un...
2002 Aug 19
1
[Fwd: LispStat, R and ViSta [was: Re: Status?]]
...owards this goal by just adding dynamic graphics to R (which
people are working on, it seems). In fact, the tcltk interface (which
now
exists natively on MSW, X11, and Aqua) already has some mouse
interaction -- see demo(tkcanvas), and quite a bit can be done by
using nonstandard packages such as RGtk (on MSW and X11).
I really hated to give up Lisp (and many lines of existing code), and I
agree
that extensions such as Vista and Arc are major arguments in favor of
XLS, but it seems that XLS is best as an environment to develop
GUI statistics tools (hiding the lisp) and not as an environment t...