1
請爲我提供如何安裝rword2vec的步驟。我提到以前的職位,跟着安裝步驟,並得到了錯誤:如何安裝rword2vec軟件包
library(devtools)
install_github("mukul13/rword2vec")
Downloading GitHub repo mukul13/[email protected]
from URL https://api.github.com/repos/mukul13/rword2vec/zipball/master
Installation failed: Could not find build tools necessary to build rword2vec
我也試圖按照關於this link提供的編譯工具的步驟,但沒有成功(我用的MacOS)。
devtools :: has_devel()返回TRUE嗎? R是以用戶還是管理員身份安裝的?因此,按照[答案的步驟](https://stackoverflow.com/a/39682705/3358272),你說你重新安裝R作爲管理員,仍然有問題嗎?你正在運行什麼版本的macOS和R? – r2evans
你可以運行'sessionInfo()'並共享輸出(通過編輯你的問題)? – hongsy