cherrine_l 发表于 2018-5-31 09:56 
Downloading git repo https://github.com/ccolonescu/PoEdata
Installation failed: Error in 'git2r_clo ...
直接打开R(不是RSudio),输入下面三行代码:
install.packages("devtools")
library(devtools)
install_github("PoEdata","ccolonescu")
然后就可以了。
你试试