Displaying 20 results from an estimated 8000 matches similar to: "R-tk mailing list"
2007 May 16
2
Is it possible to pass a Tcl/Tk component as argument to a function
hi! All:
I wonder if someone has done this before...
I am writing several functions that conduct statistical analysis using a
GUI interface by Tcl/Tk, they share many identical GUI components. What
I am trying to do now is to simplify the code by writing a GUI
repository for all the components they use, thus save effort for code
maintenance.
Since they all use:
mainFrame <-
2007 May 24
1
GUI component Margin on tkcanvas, tkframe or tktoplevel
Dear gurus:
I have a question on how to configure the margin layout on tcl/tk GUI
objects like tkcanvas, tkframe or tktoplevel.
For example, if I want to leave a larger margin on the left side of the
GUI container, which one should I configure, the toplevel or tkcanvas or
tkframe?
top<-tktoplevel()
canvas<-tkcanvas(top, relief=, borderwidth=...)
I also find the documentation for all
2005 Sep 05
1
tcltk, X11 protocol error: Bug?
Hi,
I am having trouble debugging this one. The code is attached below, but
it seems to be a problem at the
C-tk interface. If I run this 1 time there are no problems if I run it
more than once I start to get warnings
that increase in multiples of 11 everytime I run it. Here is a sample
session
> source("clrramp2.r")
Loading required package: tcltk
Loading Tcl/Tk interface ... done
2002 Oct 30
2
native OS X R
I have a version of R-devel which is configured with the flags
configure
--with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh
--with-tk-config=/Library/Frameworks/Tk.framework
/tkConfig.sh --enable-R-shlib --with-aqua --without-x
TCLTK_LIBS="-framework Tcl -framework Tk"
TCLTK_CPPFLAGS="-I/Library/Framewor
ks/Tcl.framework/Headers
2005 Jul 31
3
Drawing a graph with vertices and edges using tcl/tk
Dear all; I would like to draw a graph with vertices and edges, and I guess tcl/tk would be appropriate. I don't know tcl/tk but have googled for a 10-page (or so) introduction to 'getting started with tcl/tk in R' but without any luck.
- Does anyone know of the existence of such a document or any other web-based material on the subject?
- Does anyone have an (informative) piece of
2003 Feb 27
0
R-devel/R-patched crossed with Xterm/IDLE
Two versions of R
1. R-patched (compiled with X11 support, and tcl/tk for X11)
2. R-devel (compiled with native tcl/tk support, without-x)
UI's
1. Terminal.app (or an Xterm) with an X server running.
2. IDLE (i.e. native Python GUI with native tkinter) with Rpy loaded.
No X server.
Packages with "problems"
1. tcltk
2. methods
The "normal" combination is to use
1998 Feb 25
1
R-beta: Mac version
Colin Farrow <C.Farrow@geology.gla.ac.uk> writes:
> Peter,
>
> Cautiously sticking my neck above the water line here. I have been
> wondering about the Mac version for a while now. I may be able to get
> an MSc IT student to work on this as a project for about 3 months
> June-Sept. Before putting up the proposal some idea of the scale of the
> task would be useful. Do
2003 Aug 19
0
Tcl/Tk on Panther
It used to be sufficient to configure R with
configure --enable-R-shlib
--with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh
--with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh
--with-blas='-framework vecLib' --with-lapack --with-aqua
but for some reason this does get Tcl/Tk support build in Panther
(batteries included version of Aqua Tcl/Tk,
but observe
2010 Jun 22
0
Scrolling a tkcanvas non-starter
Hello,
Is it possible to scroll a canvas that has a column of listboxes in it? Does scrolling only work with listboxes and text widgets?
The following code displays the scrollbar, but
- it has no thumb
- does not respond to mouse clicks.
- the vertical height of the tkcanvas (i.e. column1) is unconstrained. It's lower edge is out of view, and the lower button on the scrollbar is out of
2002 Feb 11
0
read.table in TCL/TK interface
hello,
i would like program userfriendly tcl/tk widgets like
the t-test example in a more complex way !
(1) Is it not possible to combine tk_getOpenFile with
the R function read.table to select in userfriendly way data sets ?
(I'm newbie and take code-parts from t-test example and scripting example.)
(2) Is it possible to use a variableSelection widget
to select a special variable which i
2009 Nov 02
2
R292 and tcl/tk
BACKGROUND
R2.9.2 built on power5 aix5.3 using gcc 4.2.4 (also installed: tcl and tk 8.5.7)
Access from a Windows XP machine using Exceed v9.0, aixterm (DISPLAY etc. setup)
export LDFLAGS="-L/usr/lib64 -L/opt/freeware/lib64 -L/opt/freeware/64/lib -L/usr/X11R6/lib -L/opt/freeware/lib"
export CPPFLAGS="-I/opt/freeware/include -I/usr/lpp/X11/include/X11"
2006 Jun 21
0
Some R-Tcl/Tk-BWidget newbie questions.
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,
JeeBee.
require(tcltk) || stop("Package tcltk is not available.")
# Add path to
2008 Feb 23
0
CESA-2008:0136 Moderate CentOS 5 x86_64 tk - security update
CentOS Errata and Security Advisory 2009:0135
https://rhn.redhat.com/errata/RHSA-2008-0135.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
x86_64:
tk-8.4.13-5.el5_1.1.i386.rpm
tk-8.4.13-5.el5_1.1.x86_64.rpm
tk-devel-8.4.13-5.el5_1.1.i386.rpm
tk-devel-8.4.13-5.el5_1.1.x86_64.rpm
src:
tk-8.4.13-5.el5_1.1.src.rpm
-------------- next part
2013 Sep 12
0
Tk font problem with CentOS 6
I'm having an odd problem which I can't seem to find the answer to. I have recently upgraded from CentOS 5 to CentOS 6 (using a fresh install and migrate). However, I have a bunch of Tk widgets that use font names like "12x24" and "5x7", etc. Under CentOS 5 (Tk 8.4), this worked fine; however, under CentOS 6 (Tk 8.5), this does not seem to work properly; it does not
2008 Aug 08
2
Tcl\tk not supported on this system
In trying to install the pbatR package, I was greeted with the error
Error: package 'tcltk' does not have a name space
Execution halted
Directly installing the package tcltk2 returned the following error:
Loading required package: tcltk
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
I have seen from previous posts that tcl/tk must be
2004 Sep 30
1
tcl/tk
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 compiled (make) them but I am not sure about how to proceed now:
should I launch the command make
2002 Aug 19
1
[Fwd: LispStat, R and ViSta [was: Re: Status?]]
On Sunday, August 18, 2002, at 05:43 PM, Forrest wrote:
> I am very interested in an effort to combine the strengths of LispStat
> and R, but have no clue how it would be done. From my viewpoint,
> though, it would need to add the three strengths of LispStat (Lisp,
> Objects and Dynamic Graphics) to the existing R environment, and it
> would need to work in all three supported
2008 May 05
2
[R-SIG-Mac] Starting tcltk without Tk
It turns out that the behavior of starting just Tcl was actually a
bug. Apparently the intention was to attempt to start Tk regardless of
the DISPLAY variable, because some TclTk implementation such as Aqua
Tcl/Tk don't require DISPLAY and thus would not be loaded. Due to a
bug (HAVE_AQUA was not included in Rconfig.h before R 2.7.0), though,
this was not the case. I'll leave it
2010 Jan 22
1
Help on tcl/tk package installation
Hi, Dear all,
i encounted a problem with tcl/tk installation
actually i want to install q-value package
i use the R CMD INSTALL command:
[root@bioinfo ~]# R CMD INSTALL qvalue_1.20.0.tar.gz
* Installing to library �usr/local/lib64/R/library�
* Installing *source* package ‘qvalue�...
** R
** data
** inst
** preparing package for lazy loading
Error in firstlib(which.lib.loc, package) :
2008 Feb 22
0
CESA-2008:0135 Moderate CentOS 4 s390(x) tk - security update
CentOS Errata and Security Advisory 2009:0135
https://rhn.redhat.com/errata/RHSA-2008-0135.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/tk-8.4.7-3.c4.1.s390.rpm
updates/s390/RPMS/tk-devel-8.4.7-3.c4.1.s390.rpm
s390x:
updates/s390x/RPMS/tk-8.4.7-3.c4.1.s390x.rpm
updates/s390x/RPMS/tk-devel-8.4.7-3.c4.1.s390x.rpm
--
Pasi