Bootstrap

如何更新R版本

一定要在RGui中打开,Rstidio没用。输入以下代码:

install.packages("installr")
library(installr)
updateR()

就ok了

;