gpt4 book ai didi

r - 使用 R 控制台和 Rstudio 时 updateR 不断失败

转载 作者:行者123 更新时间:2023-12-04 00:09:37 26 4
gpt4 key购买 nike

我一直在尝试将 R 版本更新到最新版本。我用过 updateR由 R 包提供 installr .我试图从 R console 运行它和 Rstudio .但是,我收到了如下相同的消息。重新启动 R 表明 R 版本仍然是旧版本。

> updateR()
Installing the newest version of R,
please wait for the installer file to be download and executed.
Be sure to click 'next' as needed...
trying URL 'https://cran.rstudio.com/bin/windows/base/R-3.3.1-win.exe'
Content type 'application/x-msdos-program' length 73566547 bytes (70.2 Mb)
opened URL
downloaded 70.2 Mb


The file was downloaded succesfully into:
C:\Users\abcd\AppData\Local\Temp\RtmpOCjWpG/R-3.3.1-win.exe

Running the installer now...

Installation status: TRUE . Removing the file:
C:\Users\abcd\AppData\Local\Temp\RtmpOCjWpG/R-3.3.1-win.exe
(In the future, you may keep the file by setting keep_install_file=TRUE)

We can not seem to find the location if the new R you have installed.
The rest of the updating process is aborted, please take care to copy
your packages to the new R installation.
[1] TRUE

最佳答案

好的,所以可能的解决方案是:

就我而言,我之前在不同的目录中安装了 R,并使用相同的目录让 R 工作。

因此,可以尝试以下解决方案:

安装更新后的 R 版本设置。可以打开 Rstudio 并按照以下步骤操作:

从 Rstudio 更新 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.

安装 R 后的步骤:
  • 点击“工具”。
  • 选择“全局选项”。
  • 在“常规”选项卡下,查找 R 版本并单击“更改”
  • 将出现选择 R 安装弹出窗口,选择安装在您机器上的适当版本。
  • 点击“确定”
  • 关闭所有 R 实例,包括 R studio。
  • 现在打开 R 工作室并输入 版本在控制台中。
    Hollaaa,希望这可以解决您的问题。
  • 关于r - 使用 R 控制台和 Rstudio 时 updateR 不断失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38043547/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com