[R-SIG-Mac] Tcl/Tk Problems

Paul Roebuck plroebuck at mdanderson.org
Thu May 22 18:08:09 CEST 2008


On Thu, 8 May 2008, [Windows-1252] Mónica Lozano wrote:

> I'm beginning to work on mac.
> I think that R was successfully installed. I'm working
> with Rclimex, so i need a few packages (ismev, extRemes)
> to work with, but it also need Tcl/Tk. I reed in FAQ
> that it sometimes generates a problem so you have to
> type: Sys.setenv(DISPLAYS=":0") this worked the first
> time and no more.
> Now when I try to load any of the packages, even Tcl/Tk
> this show up:
> 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 'tcltk'
> So I don't know what else to do.

Sys.setenv(DISPLAY=":0.0")
library(tcltk)

----------------------------------------------------------
SIGSIG -- signature too long (core dumped)



More information about the R-SIG-Mac mailing list