Skip to content
Prev 15748 / 398500 Next

help with library(tcltk)

antonio <rod.chav at hsoft.es> writes:
Which version of R, and did you compile it yourself? If so, did tcl/tk
support get enabled?

I get a sense of deja vu from this, so you might want to check the
archives. 

Nothing in R is messing with tcl_findLibrary but that command is
generally known to Tcl interpreters, including the one that R starts:
Error in .Tcl("tcl_findLibrary") : [tcl] no value given for parameter
"basename" to "tcl_findLibrary".

It appears that it is generally defined in /usr/lib/tcl8.3/auto.tcl.
Your error comes from the Tcl interpreter, so it seems that you're
loading the library OK, but then initialization fails somehow. Might
it be that you have multiple versions installed or that the
LD_LIBRARY_PATH got somehow messed up?