Skip to content
Prev 42374 / 63424 Next

tcltk GUIs (was need gui matrix editor: does R Core team have advice on how?)

On 28/01/2012 22:04, John Fox wrote:
Maybe, but getting it there was very far from smooth.  Tcl/Tk compiled 
under the compilers we used, but the resulting DLLs crashed R.  No one 
has ever found the cause and I used the system SDK (essentiallly a 
version of VC++) to build them.  And that puts us in a bind since the 
current system SDKs generate code depending on DLLs that are not part of 
the minimal OS versions we support (e.g. Windows XP and Server 2003, and 
the machine used to build was retired 2 years ago).
If this were really a problem it could be resolved with far less effort 
than was needed on Windows.  The X11 version of Tk is only needed to get 
R's tcltk to play under R.app.  For those wanting a Tk-based front end 
for command-line R, it is easy to build R against the Tcl/Tk which ships 
with OS X (or an update of it) and get fully Aqua-themed widgets.  If I 
want to show Rcmdr to a Mac user, that is what I use.

As various recent threads on R-sig-mac show, some useRs are capable of 
misconfiguring their Macs so that X11 does not work, does not find any 
fonts ... but maybe they could manage the same on any other Unix-alike.