Skip to content
Prev 30853 / 398506 Next

tcltk and Windo$e

On Fri, 18 Apr 2003 17:32:40 -0700 (MST), you wrote:

            
Assuming that tcltk.dll really is there, this probably means that it
can't find one of the dlls that it uses.  I'd guess one of the
environment variables isn't set properly, and I think it's the PATH
that's used to find the DLL.  Use Sys.getenv("PATH") and
Sys.getenv("TCL_LIBRARY") inside R to make sure they look right.

Even better: I recommend upgrading to 1.7.0:  in the new release the
TCL/TK files are automatically installed properly.

Duncan Murdoch