何をしているのかわかりませんが、統計クラスに R と Rcmdr を使用する必要があります。Rに3.1.2を使用して、OS X 10.7.5を実行しています。
Rをダウンロードしました。
install.packages("Rcmdr")
ミラーを選択し、すべてのパッケージをダウンロードしました。次に入力しました
library(Rcmdr)
そして、このエラーを受け取りました:
Loading required package: splines
Loading required package: RcmdrMisc
Loading required package: car
Loading required package: sandwich
Error : .onLoad failed in loadNamespace() for 'tcltk', details:
call: system2("otool", c("-L", shQuote(DLL)), stdout = TRUE)
error: error in running command
Error: package or namespace load failed for ‘Rcmdr’
sh: otool: command not found
私がする時:
capabilities("tcltk")
# [1] TRUE
私は何か間違ったことをした?