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)
_______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
