On Thu, Apr 7, 2011 at 5:32 PM, Rolf Turner <r.tur...@auckland.ac.nz> wrote: > On 08/04/11 12:22, Erik Iverson wrote: >> >> Rolf, >> >> What does >> >> > capabilities("tcltk") >> >> return? > > FALSE >
As others have indicated, your R was compiled without Tcl/Tk support. Most likely because Tcl/Tk was/is not installed on your system, or perhaps it is in a non-standard location where the configure script cannot find it. Peter ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.