Displaying 2 results from an estimated 2 matches for "tcl_in_framework".
2008 Mar 06
1
Tcl/Tk not working on Mac OS X
...cided to try out Rcmdr, but it refused to load. I
traced the problem to the library tcltk, which when I tried to load it
told me this:
> > library(tcltk)
> Loading Tcl/Tk interface ... Error in fun(...) :
> Can't find a usable init.tcl in the following directories:
> @TCL_IN_FRAMEWORK@ @TCL_IN_FRAMEWORK@
>
>
>
> This probably means that Tcl wasn't installed properly.
>
> Error : .onLoad failed in 'loadNamespace' for 'tcltk'
> Error: package/namespace load failed for 'tcltk'
I then tried reinstalling R. The R-GUI and R-Framework...
2006 Jun 26
0
Tcl/Tk failing in JGR, but not in R for Mac OS X GUI
...aGD rJava
"0.1.2" "0.2-1" "1.4-2" "0.3-3" "0.4-3"
> g <- graph.ring(10)
> tkplot(g)
Loading required package: tcltk
Loading Tcl/Tk interface ... Error in fun(...) : Can't find a usable
init.tcl in the following directories:
@TCL_IN_FRAMEWORK@ @TCL_IN_FRAMEWORK@
This probably means that Tcl wasn't installed properly.
Error: .onLoad failed in 'loadNamespace' for 'tcltk'
Error in tkplot(g) : tcl/tk library not available
********************************************************************
___________________________...