[R] tcltk

Prof Brian Ripley ripley at stats.ox.ac.uk
Thu Dec 25 17:08:00 CET 2014


On 25/12/2014 14:26, Ivan Calandra wrote:
> Dear useRs,
>
> I have just upgraded to R 3.1.2 for MacOS 10.6.8 (with the binary for
> Snow Leopard).

Rather belatedly ....

> Everything is fine except that I get an error when loading TclTk:
>  >library(tcltk)
> Error : .onLoad a échoué dans loadNamespace() pour 'tcltk', détails :
>    appel : system2("otool", c("-L", shQuote(DLL)), stdout = TRUE)
>    erreur : erreur lors de l'exécution d'une commande
> Erreur : le chargement du package ou de l'espace de noms a échoué pour
> ‘tcltk’
> sh: otool: command not found
>
> What could be wrong? If needed I can translate the error. I had no
> problem with R 3.1.1.

As the posting guide asks, post Mac-specific questions on R-sig-mac.
otool should be part of OS X.

>
> Thanks in advance and Merry Christmas!
> Ivan
>
>
>
>
> Here is my session info:
>  > sessionInfo()
> R version 3.1.2 (2014-10-31)
> Platform: x86_64-apple-darwin10.8.0 (64-bit)

That is the OS this was compiled under.  You will need to tell people 
the OS you are running under, e.g. via (in R) system('uname -a')

>
> locale:
> [1] fr_FR.UTF-8/fr_FR.UTF-8/fr_FR.UTF-8/C/fr_FR.UTF-8/fr_FR.UTF-8
>
> attached base packages:
> [1] stats     graphics  grDevices utils     datasets  methods base
>
>
>


-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Emeritus Professor of Applied Statistics, University of Oxford
1 South Parks Road, Oxford OX1 3TG, UK



More information about the R-help mailing list