Skip to content

tcltk

3 messages · °¨¥ÉÅï, Peter Dalgaard, Brian Ripley

#
Dear Sir,
    Would you mind to give me some hints to solve this error? I have the
tcl832 installed on Windows 98.


     demo(tkttest)


        demo(tkttest)
        ---- ~~~~~~~

Type  <Return>   to start :
Loading required package: tcltk
Error in firstlib(which.lib.loc, package) :
        TCL_LIBRARY is not set
Error in eval.with.vis(expr, envir, enclos) :
        tcltk support is absent

Thanks In Advances
                                                            Patrick
Yuk-lun Ma

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
?????? <bv5dd.ma at msa.hinet.net> writes:
One way is to execute Sys.putenv("TCL_LIBRARY"="/wherever/you put/it")

Another is to set this permanently in the configuration files for R,
which I don't use W98 often enough to remember how to do, but detailed
instructions sit in the rw-faq that you got with the program.
#
On Sun, 17 Jun 2001, [iso-8859-1] °¨¥ÉÅï wrote:

            
See question 3.6 in the rw-FAQ:

  3.6 Package TclTk does not work.

(It's a Tcl not R problem which is covered there.)


Please do read the FAQs: there is a lot of useful information in them,
including comprehensive information on this question.