See http://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html#TclTk-issues
Gabor
On Fri, Sep 07, 2007 at 05:59:31PM -0400, Jon Loehrke wrote:
> I am running R 2.5 on a Mac platform and have a difficulty loading the
> Tcl/Tk package.
>
> Specifically:
>
> R>library(tcltk)
> Loading Tcl/Tk interface
I am running R 2.5 on a Mac platform and have a difficulty loading the
Tcl/Tk package.
Specifically:
R>library(tcltk)
Loading Tcl/Tk interface ... Error in fun(...) : couldn't connect to
display ":0"
Error : .onLoad failed in 'loadNamespace' for 'tcltk'
Error: package/namespace load failed for 't
Hello - I am finding that printing to the console from a function that
is invoked from tcl/tk (i.e. pushing a button) is really slow.
Consider the following example.
doStuff <- function() {
source(file.path(system.file(package = "base"), "demo",
"is.things.R"), echo=TRUE)
}
tt <- tktoplevel
Michael Prager wrote:
> I am hoping something has changed since I last asked about this.
>
> Is there any good source of documentation, including examples, of
> using tcl/tk as a gui for R applications?
>
Well, this probably hasn't changed, but did you see it in the first place?
http://bioinf.weh
I am hoping something has changed since I last asked about this.
Is there any good source of documentation, including examples, of using
tcl/tk as a gui for R applications?
__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinf
On Tue, 24 Oct 2006, JeeBee wrote:
> Try:
> R.home()
>
> This is the directory in which R is installed,
> for me R_HOME is /usr/lib/R.
> I don't have a /usr/lib/R/Tcl/doc though, perhaps you do ...
> I do have a /usr/lib/R/doc, but there's no Tcl inside there either.
Alberto Monteiro was quoting
Try:
R.home()
This is the directory in which R is installed,
for me R_HOME is /usr/lib/R.
I don't have a /usr/lib/R/Tcl/doc though, perhaps you do ...
I do have a /usr/lib/R/doc, but there's no Tcl inside there either.
For Tcl documentation I can suggest wiki.tcl.tk, it's a great site. Then,
yo
Gabor Grothendieck wrote:
>
>>> But then when I ask help.search("R_HOME"), I get nothing.
>>>
>>> Is something missing here in those help pages?
>
> Note that R_HOME corresponds to the R.home() path
>
So I guess there _is_ something missing in those help pages, after
all! Instead of R_HOME, the he
On Mon, 23 Oct 2006, Alberto Monteiro wrote:
>
> This must be dumbest question ever asked, but...
>
> When I ask help.search("tcltk"), I get a reference to tcltk-package.
>
> When I ask help("tcltk-package"), I get "rtfm(s) in 'R_HOME/Tcl/doc'".
>
> But then when I ask help.search("R_HOME"), I get
On 10/23/06, Duncan Murdoch <[EMAIL PROTECTED]> wrote:
> On 10/23/2006 10:11 AM, Alberto Monteiro wrote:
> > This must be dumbest question ever asked, but...
> >
> > When I ask help.search("tcltk"), I get a reference to tcltk-package.
> >
> > When I ask help("tcltk-package"), I get "rtfm(s) in 'R_H
On 10/23/2006 10:11 AM, Alberto Monteiro wrote:
> This must be dumbest question ever asked, but...
>
> When I ask help.search("tcltk"), I get a reference to tcltk-package.
>
> When I ask help("tcltk-package"), I get "rtfm(s) in 'R_HOME/Tcl/doc'".
>
> But then when I ask help.search("R_HOME"), I
This must be dumbest question ever asked, but...
When I ask help.search("tcltk"), I get a reference to tcltk-package.
When I ask help("tcltk-package"), I get "rtfm(s) in 'R_HOME/Tcl/doc'".
But then when I ask help.search("R_HOME"), I get nothing.
Is something missing here in those help pages?
g.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter
Dalgaard
Sent: Monday, October 23, 2006 9:48 AM
To: [EMAIL PROTECTED]
Cc: 'Peter Dalgaard'; r-help@stat.math.ethz.ch
Subject: Re: [R] R tcl/tk
"Charles Annis, P.E." <[EMAIL PROTECTED]&g
"Charles Annis, P.E." <[EMAIL PROTECTED]> writes:
> Peter:
>
> Thank you for your response. I apologize for not sending a reproducible
> example. I have attached a reproducible example of the problem here. This
> is a much abbreviated version of my problem and even so it's rather long for
> an
tkgrid(tklabel(t2,text=" Must click OK\nto register changes. "),
(OK.but), sticky="e")
tkgrid(OK.but, sticky="w")
tkfocus(t2)
}
tcl.tk.example(PROBLEM = TRUE)
tcl.tk.example(PROBLEM = FALSE)
##
"Charles Annis, P.E." <[EMAIL PROTECTED]> writes:
> Friends:
>
> I am a long-time R user, learning tcl/tk, and am tying myself in knots over
> something that should be simple.
>
> I want to create a frame and put that frame inside the toplevel frame.
>
> This works (i.e. it places text in col
Friends:
I am a long-time R user, learning tcl/tk, and am tying myself in knots over
something that should be simple.
I want to create a frame and put that frame inside the toplevel frame.
This works (i.e. it places text in col 1, and the corresponding entry box in
column 2) and later frame.2
> I don't think that is it. As I read it, Tk catches the Destroy event
> alright, but the problem is that it is too late: the window
> destruction is already in motion at the time and there's no way to
> "undestroy" it from within binding. I think you need to create a "wm
> protocol" handler for W
Jean Coursol <[EMAIL PROTECTED]> writes:
> Perhaps Destroy key is unknown by Tcl; it is not in the
> Event modifiers table in Welch Book...
> But try with or , it runs
> (but not with ??).
I don't think that is it. As I read it, Tk catches the Destroy event
alright, but the problem is that it i
Hi!
> Perhaps Destroy key is unknown by Tcl; it is not in the
> Event modifiers table in Welch Book...
I think the Destroy key is known, because when destroying the window with
Alt-F4
or the littel x in the topcorner my function exitProg is executed.
What I actually search for is a possibility
Perhaps Destroy key is unknown by Tcl; it is not in the
Event modifiers table in Welch Book...
But try with or , it runs
(but not with ??).
Use xmodmap to see the current mappings from keys to modifiers.
Jean Coursol
On Wed, 2 Aug 2006, Franco Mendolia wrote:
> Hello!
>
> I want to create a m
Hello!
I want to create a messagebox whenever the user wants to destroy the window
(e.g. or the 'x' in the right top corner) and ask if a modified file
should be saved or not.
If 'cancel' is chosen then nothing should happen and the windows still should
be
existing. This doesn't work. When I
Also note the last link on that page which gives sources of other info.
On 05 Jul 2006 23:30:26 +0200, Peter Dalgaard <[EMAIL PROTECTED]> wrote:
> "Charles Annis, P.E." <[EMAIL PROTECTED]> writes:
>
> > Greetings:
> >
> > I would like to use tcl/tk w
"Charles Annis, P.E." <[EMAIL PROTECTED]> writes:
> Greetings:
>
> I would like to use tcl/tk with R, and have read "A Primer on the R-Tcl/Tk
> Package" by Peter Dalgaard in Rnews, Volume 1/3, September 2001.
>
> Are there more recent do-it-yours
Greetings:
I would like to use tcl/tk with R, and have read "A Primer on the R-Tcl/Tk
Package" by Peter Dalgaard in Rnews, Volume 1/3, September 2001.
Are there more recent do-it-yourself instructions available?
I have been unsuccessful with the example in the tcltk2 package due t
Dear r-helpers,
I wonder if you can figure out why the following is working:
> sessionInfo()
Version 2.3.1 (2006-06-01)
powerpc-apple-darwin8.6.0
attached base packages:
[1] "tcltk" "methods" "stats" "graphics" "grD
Dear list,
Could somebody who is more experienced with the Tcl/Tk interface from R
please help me clarify the issues I've put below with ### --> tags?
Several things go wrong, and it's probably because of messy code, but I
have a difficult time finding out what is the cause.
Thanks very much,
J
Thanks Rob !
That was it ! I had forgotten two of them. Now the GUI comes up nicely.
I' ll test it out an keep you posted.
Regards
Achim
Rob J Goedman schrieb:
> Achim,
>
> For the RGUI part:
>
> Have you installed the required packages for Rcmdr (e.g. abind, car,
> effects, lmtest, multcomp,
Achim,
For the RGUI part:
Have you installed the required packages for Rcmdr (e.g. abind, car,
effects, lmtest, multcomp, mvtnorm, relimp, sandwich, strucchange,
and zoo)?
Rob
On Feb 23, 2006, at 3:01 AM, Achim Kayser wrote:
> Hallo !
>
> Ich habe versucht Rcmdr unter MacOSX 10.4.5 zu inst
TED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Achim Kayser
> Sent: Thursday, February 23, 2006 8:38 AM
> To: r-help@stat.math.ethz.ch
> Subject: [R] tcl/tk - Install problem using MacOS X / X11
>
> Hi
>
> Sorry, my first post was in German.
>
> I tried to get Rcmdr
Hi
Sorry, my first post was in German.
I tried to get Rcmdr running under MacOS X 10.4.5. While RGui pretends
that tcltk is running, starting Rcmdr freezes R completely.
Instead, JGR which gave me the following results:
> library(tcltk)
Loading Tcl/Tk interface ... Error in fun(...) : no displ
Hallo !
Ich habe versucht Rcmdr unter MacOSX 10.4.5 zu installieren. RGui zeigt
an, dass tcl/tk laufen. Bei Aufruf von Rcmdr friert R jedoch komplett ein.
JGR zeigt im Paketmanager dagegen an, dass tcl/tk nicht gestartet werden
konnte und spuckt folgende Meldung aus:
> library(tcltk)
Loading
On Thursday 02 February 2006 12:53, you wrote:
...
> [PLEASE REPLY _OFF_ THE LIST, i.e. DON'T CC to
> [EMAIL PROTECTED]
oops! I just realised that I hit the wrong button and
replied to r-help just now...
Sorry!
I guess that *is* one of the perils of sending a request
such as this to a mailing
I have used your R-Tcl/Tk Examples. (Thanks! The ideas
were much appreciated.)
I am from the United Kingdom.
David
--
Professor David Firth
http://www.warwick.ac.uk/go/dfirth
__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman
arm
it could do...
I am just wondering approximately how many people use / have used some of
the R stuff I've developed (and in how many countries). In particular I'm
talking about the R-Tcl/Tk examples I've put at
http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/ and/or my
On Tue, 1 Nov 2005, Sokol Haxhinasto wrote:
> I recently installed the R (the most recent) and Bioconductor on my
> computer.
> I installed the packages in "affy", the affyGui and the limmaGui on my
> computer and they all appear in the Load Package window.
> After trying to load the affyGui or th
Hello,
I recently installed the R (the most recent) and Bioconductor on my
computer.
I installed the packages in "affy", the affyGui and the limmaGui on my
computer and they all appear in the Load Package window.
After trying to load the affyGui or the limmaGui packages I receive the
following mes
Duncan Murdoch wrote:
> On 8/31/2005 8:57 AM, Prof Brian Ripley wrote:
>
>> On Wed, 31 Aug 2005, Duncan Murdoch wrote:
>>
>>> Prof Brian Ripley wrote:
>>> > On Wed, 31 Aug 2005, Philippe Grosjean wrote:
>>> >
>>> >
>>> >>deggle wrote:
>>> >>
>>> >>>Hello,
>>> >>>
>>> >>>I'm very new in working wit
On 8/31/2005 8:57 AM, Prof Brian Ripley wrote:
> On Wed, 31 Aug 2005, Duncan Murdoch wrote:
>
>> Prof Brian Ripley wrote:
>> > On Wed, 31 Aug 2005, Philippe Grosjean wrote:
>> >
>> >
>> >>deggle wrote:
>> >>
>> >>>Hello,
>> >>>
>> >>>I'm very new in working with tcl/tk in R and have a problem whic
On Wed, 31 Aug 2005, Duncan Murdoch wrote:
> Prof Brian Ripley wrote:
> > On Wed, 31 Aug 2005, Philippe Grosjean wrote:
> >
> >
> >>deggle wrote:
> >>
> >>>Hello,
> >>>
> >>>I'm very new in working with tcl/tk in R and have a problem which will
> >>>probably
> >>>sound silly to most of you.
> >>>H
Prof Brian Ripley wrote:
> On Wed, 31 Aug 2005, Philippe Grosjean wrote:
>
>
>>deggle wrote:
>>
>>>Hello,
>>>
>>>I'm very new in working with tcl/tk in R and have a problem which will
>>>probably
>>>sound silly to most of you.
>>>Here is the code I have problems with:
>>>
>>>readcelfiles <- funct
On Wed, 31 Aug 2005, Philippe Grosjean wrote:
> deggle wrote:
> > Hello,
> >
> > I'm very new in working with tcl/tk in R and have a problem which will
> > probably
> > sound silly to most of you.
> > Here is the code I have problems with:
> >
> > readcelfiles <- function()
> > {
> >require(tc
deggle wrote:
> Hello,
>
> I'm very new in working with tcl/tk in R and have a problem which will
> probably
> sound silly to most of you.
> Here is the code I have problems with:
>
> readcelfiles <- function()
> {
>require(tcltk)
>tt <- tktoplevel()
>tkgrid(tklabel(tt,text="Choose a
Hello,
I'm very new in working with tcl/tk in R and have a problem which will
probably
sound silly to most of you.
Here is the code I have problems with:
readcelfiles <- function()
{
require(tcltk)
tt <- tktoplevel()
tkgrid(tklabel(tt,text="Choose a directory!"))
OnOK <- function()
{
On Wed, 2005-04-27 at 15:57 -0700, Jennifer Skene wrote:
> > library(grasper)
> Loading required package: mgcv
> This is mgcv 1.1-8
> Loading required package: MASS
> Loading required package: tcltk
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable to load shared library
I have JUST started using R. I am using R 2.0.1 on a mac (os x) to
run another program (called GRASPER, Generalized Regression Analysis
and Spatial Prediction for R). When I try to run Grasper, I get an
error for tcl/tk:
library(grasper)
Loading required package: mgcv
This is mgcv 1.1-8
Load
[EMAIL PROTECTED] writes:
> I am new to R so I apologize if this is a simple question
>
> I have created a tkgrid with a button that, once pushed, will extract the
> information from the grid, but I can not figure out the command to save the
> entries from my grid.
> Any thoughts?
Several, all s
I am new to R so I apologize if this is a simple question
I have created a tkgrid with a button that, once pushed, will extract the
information from the grid, but I can not figure out the command to save the
entries from my grid.
Any thoughts?
Thanks
Alex Bettinardi
Transportation Analyst
TDD -
Filippo BISCARINI wrote:
Hi all,
I am already using R under Window and would like now to try and install it
under Unix; I read I need tcl/tk installed so I connected to
http://www.scriptics.com downloaded the file and extracted them to a
directory tcltk beside R. I configured (./configure) both pac
Hi all,
I am already using R under Window and would like now to try and install it
under Unix; I read I need tcl/tk installed so I connected to
http://www.scriptics.com downloaded the file and extracted them to a
directory tcltk beside R. I configured (./configure) both packages (tcl and
tk) and c
Hi!!
I'm using the R package tcltk. See the stretch of code below:
tbn1 = tclvalue(tkadd(tn,label="Modify Data"))
tkpack(tbw1 <- .Tk.newwin(tbn1))
tkpack(fr1 <- tkframe(tbw1))
tkpack(lb1<- tkwidget(fr1,"iwidgets::labeledframe"))
When I try to execute this I have this error at the last line:
Error i
Julien Glenat <[EMAIL PROTECTED]> writes:
> Hi , i am using the R(1.8.1) tcl/tk library in order to build a graphical
> user interface to mathematic function and i would like to know if it is
> possible to retrieve the value of a tkentry to make a R vector
>
> for exemple with an entry contai
Hi , i am using the R(1.8.1) tcl/tk library in order to build a graphical
user interface to mathematic function and i would like to know if it is
possible to retrieve the value of a tkentry to make a R vector
for exemple with an entry containing "1,2,3,4,5" i want to make a vector
which cont
[EMAIL PROTECTED] writes:
> tkcmd(.Tk.ID(table1),"tag","celltag","gruen",list(c("3,3", "4,4", "5,5", "6,6",
> "7,7", "8,8")))
Did that ever work? Prior to 1.8.0, a character vector would get
expanded to multiple arguments, but not lists, AFAIR.
The character vector expansion was sort of a nice
x), character = .External("RTcl_ObjFromCharVector", :
Cannot handle object of mode list
Do you know why this could be?
Thomas
- Original Message -
From: "Peter Wolf" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, April
[EMAIL PROTECTED] wrote:
Hi
I've a problem with the following example:
library(tcltk)
.Tcl("array unset tclArray")
myRarray <- matrix(1:1000, ncol=20)
for (i in (0:49))
for (j in (0:19))
.Tcl(paste("set tclArray(",i,",",j,") ",myRarray[i+1,j+1],sep=""))
tt<-tktoplevel()
table1 <- tk
Hi
I've a problem with the following example:
library(tcltk)
.Tcl("array unset tclArray")
myRarray <- matrix(1:1000, ncol=20)
for (i in (0:49))
for (j in (0:19))
.Tcl(paste("set tclArray(",i,",",j,") ",myRarray[i+1,j+1],sep=""))
tt<-tktoplevel()
table1 <- tkwidget(tt,"table",vari
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]] On Behalf Of Peter Dalgaard
BSA
>Sent: Tuesday, February 11, 2003 9:03 AM
>To: Forbeck, Doug (NIH/NCI)
>Cc: [EMAIL PROTECTED]
>Subject: Re: [R] Tcl/Tk support is not available on this system.
>
rus-Scanned: by amavisd-milter (http://amavis.org/)
>X-Virus-Scanned: by amavisd-milter (http://amavis.org/)
>X-Spam-Status: No, hits=0.7 required=5.0
tests=EXCHANGE_SERVER,SPAM_PHRASE_00_01 version=2.43
>X-Spam-Level:
>Subject: [R] Tcl/Tk support is not available on this system.
>
"Forbeck, Doug (NIH/NCI)" <[EMAIL PROTECTED]> writes:
> I am trying to get R to run on a Red Hat 8 system, I am running R version
> 1.6.2 with Tcl/Tk version 8.3.5 installed. When I try to test R from the
> data_sets directory I get the error message;
> Error in firstlib(which.lib.loc, package) :
I am trying to get R to run on a Red Hat 8 system, I am running R version
1.6.2 with Tcl/Tk version 8.3.5 installed. When I try to test R from the
data_sets directory I get the error message;
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error i
Within a loop I tried to draw some things in
dependency on the position of the mouse.
This works fine with R-1.5.1 but R-1.6.1
requires to include some delay by
Sys.sleep(delay) with delay>=0.015.
For smaller values (e.g. 0.0001) the
top level tcltk-window does not appear
and so I am not
62 matches
Mail list logo