Hello all, I'm trying to use the package qvalue. Upon trying to install it I'm running into trouble. I re-downloaded and installed the most recent CRAN distribution of R which announced itself to have tcltk included. Now when I try to load qvalue I'm getting errors that seem to indicate that I need tcltk2. I tried going to get that package and loading it but both qvalue and tcltk seem to have trouble "finding" tcltk. I've hunted around some forums and most suggestions for tcltk issues suggest getting the main CRAN installation in one piece which is why I mentioned having done that.
The error I get when I try to enter library(qvalue) after I have tried to use the installer to install both tcltk2 and qvalue. Any ideas? WARNING: ignoring environment value of R_HOME * Installing *binary* package tcltk2 ... * DONE (tcltk2) WARNING: ignoring environment value of R_HOME * Installing *binary* package qvalue ... * DONE (qvalue) > library(qvalue) Loading required package: tcltk Loading Tcl/Tk interface ... Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/Library/Frameworks/R.framework/Versions/2.9/Resources/library/tcltk/libs/i386/tcltk.so': dlopen(/Library/Frameworks/R.framework/Versions/2.9/Resources/library/tcltk/libs/i386/tcltk.so, 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib Referenced from: /Library/Frameworks/R.framework/Versions/2.9/Resources/library/tcltk/libs/i386/tcltk.so Reason: image not found Error : .onLoad failed in 'loadNamespace' for 'tcltk' Error: package 'tcltk' could not be loaded > -- Sheena Townsend PhD Candidate University of Otago Zoology Department 340 Great King Street P.O.Box 56 Dunedin New Zealand Phone: (64) (03) 64 3 479 7986 Fax: (64) (03) 64 3 479 7584 [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.