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, [email protected]
Emeritus Professor of Applied Statistics, University of Oxford
1 South Parks Road, Oxford OX1 3TG, UK
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
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.