Hello R-users,
Version 1.8.1 on a 64-bit Solaris 5.8 OS
I am trying to instal the Rcmdr package for which the tclk package is
required. Once both package installed I issued the command:
and received the following error message
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error in library(tcltk) : .First.lib failed
Upon which I searched for Tcl and Tk on our system and didn't find them,
hence I requested the admin. person to get them from the "sunfreeware" site
and install them. The packages are now installed under "/usr/local", same
place than R is installed. If I open a shell and cd to this directory and
type "tcl" at the Unix prompt "tcl" starts. But if go back in R and try
the "library(tcltk)" command I receive the same error message as above.
I searched the "r-projec", the tcltk documentation and the mail archives in
the hope of finding out if environment variables needed to be set or if I
had missed something else, but I had no luck!