我試圖安裝mvabund
的版本從github (3.11.8)
,因爲cran (3.11.7)
上的版本對彙總功能有問題。我按照說明使用devtools
:從Github安裝R軟件包,錯誤和警告
install.packages("devtools", dep=TRUE)
library(devtools)
install_github("mvabund", username="aliceyiwang")
它安裝Rtools
構建軟件包,然後產生以下錯誤消息和警告消息:
Error: Could not find build tools necessary to build mvabund In addition: Warning message: Username parameter is deprecated. Please use aliceyiwang/mvabund
運行install_github
之前,我嘗試安裝Rtools
代碼但它仍然會重新安裝Rtools
。我不知道該怎麼我使用Windows 10
從這裏
做,我有R v 3.2.5
安裝嘗試使用install_github(「aliceyiwang/mvabund」)和Rtools應該在你的環境變量PATH – chinsoon12