首页 技术 正文
技术 2022年11月9日
0 收藏 731 点赞 3,223 浏览 1992 个字

从3.4.1 升级到最新

懒得去官网下载

在R studio 执行一下代码

install.packages(“installr”)

library(installr)

updateR()

但是执行出是

> install.packages("installr")
also installing the dependencies ‘glue’, ‘magrittr’, ‘stringi’, ‘stringr’ There are binary versions available but the source versions are later:
binary source needs_compilation
glue 1.2.0 1.3.0 TRUE
stringi 1.1.7 1.2.3 TRUE Binaries will be installed
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/glue_1.2.0.zip'
Content type 'application/zip' length 75854 bytes (74 KB)
downloaded 74 KBtrying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/magrittr_1.5.zip'
Content type 'application/zip' length 155828 bytes (152 KB)
downloaded 152 KBtrying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/stringi_1.1.7.zip'
Content type 'application/zip' length 14295248 bytes (13.6 MB)
downloaded 13.6 MBtrying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/stringr_1.3.1.zip'
Content type 'application/zip' length 171861 bytes (167 KB)
downloaded 167 KBtrying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/installr_0.20.0.zip'
Content type 'application/zip' length 265801 bytes (259 KB)
downloaded 259 KBpackage ‘glue’ successfully unpacked and MD5 sums checked
package ‘magrittr’ successfully unpacked and MD5 sums checked
package ‘stringi’ successfully unpacked and MD5 sums checked
package ‘stringr’ successfully unpacked and MD5 sums checked
package ‘installr’ successfully unpacked and MD5 sums checkedThe downloaded binary packages are in
C:\Users\muzhitiehe\AppData\Local\Temp\Rtmpyg1kY9\downloaded_packages
> require(installr)
载入需要的程辑包:installr
载入需要的程辑包:stringrWelcome to installr version 0.20.0More information is available on the installr project website:
https://github.com/talgalili/installr/Contact: <tal.galili@gmail.com>
Suggestions and bug-reports can be submitted at: https://github.com/talgalili/installr/issuesTo suppress this message use:
suppressPackageStartupMessages(library(installr))Warning messages:
1: 程辑包‘installr’是用R版本3.4.4 来建造的
2: 程辑包‘stringr’是用R版本3.4.4 来建造的
> updateR()
[1] FALSE

总之就是失败了。

最后这个更新语句,我在R 里尝试执行。

> updateR()
Error in updateR() : 没有”updateR”这个函数

我没想通。

后来点击了界面:

R 升级版本

显示

R 升级版本

没想明白。

后续:

我不开心了。

重新在R装了一下。之前的一切都是徒劳。

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,484
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,899
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,732
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,485
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:8,125
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:5,285