Displaying 1 result from an estimated 1 matches for "otcl".
Did you mean:
btcl
2008 Apr 30
1
R isn't finding tcltk
...b(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error in library(tcltk) : .First.lib failed for 'tcltk'
After first encountering this problem, I took the following steps:
1. Made sure that installed programs include dev-lang/tcl,
dev-tcltk/mysqltcl, dev-tcltk/otcl, dev-tcltk/tcl-debug,
dev-tcltk/tcldom, dev-tcltk/tcllib, dev-tcltk/tclperl,
dev-tcltk/tclpython, dev-tcltk/tclreadline, dev-tcltk/tclxml,
and dev-tcltk/tclxml-expat.
2. Verified that tcltk was installed by writing a little file hello.tcl,
running the command "tclsh hello.tcl", and obs...