R现在到3.6版本了,我已经远远的out of date,下面可以简单地解决在MacOS上更新R版本。
install.packages('devtools') #assuming it is not already installed
library(devtools)
install_github('andreacirilloac/updateR')
library(updateR)
updateR(admin_password = '填入管理员密码')
R现在到3.6版本了,我已经远远的out of date,下面可以简单地解决在MacOS上更新R版本。
install.packages('devtools') #assuming it is not already installed
library(devtools)
install_github('andreacirilloac/updateR')
library(updateR)
updateR(admin_password = '填入管理员密码')
本文标题:【r<-方案】在MacOS上更新R版本
本文链接:https://www.haomeiwen.com/subject/lqtvgqtx.html
网友评论