1
當我require(gWidgetstcktk)
,我得到一個無限循環,與像這樣的錯誤消息看似無窮無盡:引起的需要(gWidgetstcltk)無限循環
error reading package index file /Library/Frameworks/R.framework/Versions/2.14/Resources/library/tcltk2/tklibs/ttktheme_clearlooks/pkgIndex.tcl: can't find package tile
error reading package index file /Library/Frameworks/R.framework/Versions/2.14/Resources/library/tcltk2/tklibs/ttktheme_clearlooks/pkgIndex.tcl: too many nested evaluations (infinite loop?)
(在每次迭代的路徑是不同的。這些消息的結束似乎是重要的部分:can't find package tile
和too many nested evaluations (infinite loop?)
我安裝的軟件包照常使用install.package()
和文件中引用的似乎是目前gWidgets
似乎加載就好了,我運行v 2.14。 .1在OSX 10.7.4上通過RStudio 0.96.231發生了什麼g在這裏?
更新:我現在看到問題來自tcltk2
包。
啊 - 我認爲依賴關係默認爲TRUE,但現在我發現它沒有。我會嘗試卸載並重新安裝。 – 2012-07-25 14:47:38
好的,希望能解決你的問題:)! – MikeZ 2012-07-25 14:49:58
不幸的是,沒有。我卸載了它並重新安裝了它,而且沒有任何變化。我也證實,這隻發生在gWidgetstcltk - 其他軟件包安裝得很好。 – 2012-07-25 15:11:42