美文网首页
在RStudio中更新R版本

在RStudio中更新R版本

作者: Stone_Stan4d | 来源:发表于2017-12-08 19:52 被阅读471次

今天在运行RStudio时,出现Warning


提示我要更新R的版本了。寻找了一下教程,仅录如下,以备后用:
# installing/loading the package:
if(!require(installr)) {install.packages("installr");
 require(installr)} #load/install+load installr
# using the package:
updateR() # this will start the updating process of your R installation. It will check for newer versions, and if one is available, will guide you through the decisions you'd need to make.

建议用RGUI来进行升级:


相关文章

网友评论

      本文标题:在RStudio中更新R版本

      本文链接:https://www.haomeiwen.com/subject/dylyixtx.html