找回密码
 立即注册
查看: 10221|回复: 7

更新R

[复制链接]
发表于 2013-7-21 09:33:32 | 显示全部楼层 |阅读模式
R语言如何能自动更新,不用重新安装
回复

使用道具 举报

发表于 2014-2-27 10:14:51 | 显示全部楼层
好像不行啊,也在纠结这个问题。
回复

使用道具 举报

发表于 2014-4-15 15:26:20 | 显示全部楼层
这是一个好问题!
回复

使用道具 举报

发表于 2014-4-15 15:53:58 | 显示全部楼层
  1. # installing/loading the package:
  2. if(!require(installr)) {
  3. install.packages("installr"); require(installr)} #load / install+load installr

  4. # using the package:
  5. 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.
复制代码
回复

使用道具 举报

发表于 2014-4-18 10:55:32 | 显示全部楼层
installr程序包
回复

使用道具 举报

发表于 2014-4-18 10:59:31 | 显示全部楼层

然后
updateR()
回复

使用道具 举报

发表于 2014-4-29 14:52:22 | 显示全部楼层
谁有好方法  同求
回复

使用道具 举报

发表于 2014-5-16 13:37:41 | 显示全部楼层

没找到你的程序包
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|R语言中文网

GMT+8, 2024-11-25 13:53 , Processed in 0.031572 second(s), 17 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表