R版本更新方法 / R version update
Windows版本
install.packages("installr")
library(installr)
updateR()
Mac OS版本
install.packages("devtools")
library(devtools)
install_github('andreacirilloac/updateR')
library(updateR)
updateR(admin_password = 'YOUR OWN admin password')
原文来源:3 Methods to update R on RStudio (for Windows & Mac)
install.packages("installr")
library(installr)
updateR()
Mac OS版本
install.packages("devtools")
library(devtools)
install_github('andreacirilloac/updateR')
library(updateR)
updateR(admin_password = 'YOUR OWN admin password')
原文来源:3 Methods to update R on RStudio (for Windows & Mac)
评论
发表评论