Skip to content
Back to formatted view

Raw Message

Message-ID: <07C6AB9C-BDED-4F0D-B444-927D814E72BD@r-project.org>
Date: 2010-06-11T19:49:01Z
From: Simon Urbanek
Subject: tcltk problem
In-Reply-To: <591485D9-20BB-4537-A751-61B385A84CFF@r-project.org>

Ooops - my apologies - I missed that the output actually included some comment inside - it looked like a plain R output. It seems you're missing X11 - please read the FAQ on how to install it.
Cheers,
Simon


On Jun 11, 2010, at 3:45 PM, Simon Urbanek wrote:

> Thanks for sharing with us that you forgot to install Tcl/Tk - not that we really need to know that. Did you mean to ask some question perhaps?
> Cheers,
> Simon
> 
> 
> On Jun 11, 2010, at 2:21 PM, Michael Kubovy wrote:
> 
>>> library(tcltk)
>> Loading Tcl/Tk interface ... Error : .onLoad failed in loadNamespace() for 'tcltk', details:
>> call: dyn.load(file, DLLpath = DLLpath, ...)
>> error: unable to load shared library '/Library/Frameworks/R.framework/Resources/library/tcltk/libs/x86_64/tcltk.so':
>> dlopen(/Library/Frameworks/R.framework/Resources/library/tcltk/libs/x86_64/tcltk.so, 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib
>> Referenced from: /usr/local/lib/libtk8.5.dylib
>> Reason: image not found
>> Error: package/namespace load failed for 'tcltk'
>> 
>> I had installed tcltk-8.5.5-x11.dmg
>> X11 is running
>> 
>>> sessionInfo()
>> R version 2.11.1 (2010-05-31) 
>> x86_64-apple-darwin9.8.0 
>> 
>> locale:
>> [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8
>> 
>> attached base packages:
>> [1] stats     graphics  grDevices utils     datasets  methods   base     
>> 
>> loaded via a namespace (and not attached):
>> [1] grid_2.11.1         lattice_0.18-8      latticeExtra_0.6-11
>> 
>> 
>> 	[[alternative HTML version deleted]]
>> 
>> _______________________________________________
>> R-SIG-Mac mailing list
>> R-SIG-Mac at stat.math.ethz.ch
>> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>> 
>> 
>