Dear list,

I have the tkrplot library install problem..
I know there has been discussion like

from Luke Tierney :
-------------
     Download, untar, and run R CMD INSTALL
       cd to the src directory and repeat the final link command with
       -bundle replaced by -dynamiclib

       Then move the new trkplot.so by hand to the lib directory of the
       installed package

If you are offended by a .so extension on a dylib you can change the  
extension and the R code that load it.
--------------

I did it all. and found that when i loaded tkrplot
I got:
Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class =  
"tclObj") :
         tcl error.
Error in library(tkrplot) : .First.lib failed for 'tkrplot'

I went into first.lib and did it from command line :
 > file
[1]  
"/Library/Frameworks/R.framework/Versions/2.0.1/Resources/library/ 
tkrplot/libs/tkrplot.dylib"
 > .Tcl(paste("load", file, "Rplot"))
Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class =  
"tclObj") :
         [tcl] version conflict for package "Tcl": have 8.4, need 8.5.

So is it to do with my tcl installation. I guess I have tcl both 8.4  
and 8.5 installed in my computer and there has been no problem.

I'm wondering why..
BTW, I'm using R2.0 on my mac10.3 machine.

Please help.



___________________________________________________

Zhesi He
Computational Biology Laboratory, University of York
York YO10 5YW, U.K.
Phone:  +44-(0)1904-328279
Email:  [EMAIL PROTECTED]
___________________________________________________

        [[alternative text/enriched version deleted]]

_______________________________________________
R-SIG-GUI mailing list
R-SIG-GUI@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-gui

Reply via email to