Hi Maura, Maura E Monville wrote: > I tried to install "ade4TKGUI" but it failed maybe because I did not > install Tcl/Tk on my Linux/SuSE ??? > > * Installing *source* package 'ade4TkGUI' ... > ** R > ** inst > ** preparing package for lazy loading > Loading required package: ade4 > > Attaching package: 'ade4' > > > The following object(s) are masked from package:base : > > within > > Loading required package: tcltk > Error in firstlib(which.lib.loc, package) : > Tcl/Tk support is not available on this system > Error: package 'tcltk' could not be loaded
I recently had a similar problem on my computer. I don't know whether you installed R from source code yourself or used some pre-compiled package for SuSE. One potential reason for your error might be that tcltk has not been installed. Please check Section A.2.1 of the R Installation and Administration Manual. It helped me in this case (add configuration options, e.g. --with-tcltk). I hope this helps, Roland ______________________________________________ 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.