Displaying 5 results from an estimated 5 matches for "aquatk".
2002 Oct 30
2
native OS X R
...kConfig.sh --enable-R-shlib --with-aqua --without-x
TCLTK_LIBS="-framework Tcl -framework Tk"
TCLTK_CPPFLAGS="-I/Library/Framewor
ks/Tcl.framework/Headers -I/Library/Frameworks/Tk.framework/Headers"
This means no X11, the Quartz device, the Aqua interface, and the
native AquaTk version
of Tcl/Tk. Drawing to windows works fine (both to the Quartz device and
the Tk
windows), but there are still some serious problems.
1. The Aqua interface does not work (R --gui=aqua) -- it does not show
up. I am
not sure if it is supposed to. So we work from the terminal.
2. The windo...
2003 Aug 13
4
RAqua
...ill vote for two separate input and output windows.
5. Interaction with Tcl/Tk is still problematic. For instance, Tcl/Tk
takes over the menubar, and if you don't use tkStartGUI() the
tk windows don't respond to mouse clicks. For instance, try
using Rcmdr. Also if you use tkStartGUI(), and AquaTk has
taken over, it creates windows (for instance for downloading CRAN
packages) without scrollbars. This is important, because Tcl/Tk
is still the only possible way of building GUI applications
from RAqua.
6. If you want to download from CRAN you select packages in
a window, and the download start...
2006 Sep 29
2
problems with R and tckl/tk on Mac OS X
Dear R-help team,
I am trying to run "R" on my Intel-based Mac. I have installed R,
X11 and Tcl/TK (I thought), but the GUI doesn't run. My system
administrator doesn't support R and therefore, I'm a little
helpless. What can I do?
Regards,
Ingo
2003 Feb 27
0
R-devel/R-patched crossed with Xterm/IDLE
...enough, IDLE/Rpy
with
R-patched can do the same demos (and fails on the same demos), although
its tcltk is compiled using fink's X11 based tk. No X server is running
in these cases.
I have no idea why some demos work and others don't. It's interesting
that
IDLE/Rpy uses the native AquaTk provided by tkinter, and does not ask
for
X11. In IDLE/Rpy both the quartz device window and the tk windows
respond to
mouse and keyboard events.
IDLE/Rpy with R-patched loads the method package, but IDLE/Rpy with
R-devel
does not. It complains about missing symbols, notably ATTRIB, in
met...
2002 Aug 19
0
[Fwd: LispStat, R and ViSta [was: Re: Status?]]
I have compiled Darwin R using the AquaTk frameworks. This works
(except for a small glitch). I am sure Stefano could hook these into
Carbon R, but Jose/Stefano probably should connect them with
the Cocoa interfaces. You can get the frameworks (8.4a5, I
think) from ftp://ftp.ucsd.edu/pub/alpha/tcl/alphatk/ -- they are
in the alphatk.dmg. O...