On Thu, Apr 7, 2011 at 8:15 PM, Rolf Turner <[email protected]> wrote: > > Perhaps I'm being even thicker than usual, but I can't find > the tcltk package on CRAN. There is a tcltk2 package, which says > that it is a collection of supplements to tcltk, but I cannot > see a just-plain tcltk anywhere. > > If I try to install tcltk2 (from the Linux command line, or using > install.packages() in R) it complains that it needs tcltk. > > If I try to install tcltk using install.packages() it tells me that > this package is not available. > > What is going on? >
In most distributions of R tcltk is already included. Try library(tcltk) and see if you get it. -- Statistics & Software Consulting GKX Group, GKX Associates Inc. tel: 1-877-GKX-GROUP email: ggrothendieck at gmail.com ______________________________________________ [email protected] 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.

