简体   繁体   English

“strsplit中的错误(version_with_dots,”\\。“)[[1]]:下标越界”对于更新程序功能

[英]“Error in strsplit(version_with_dots, ”\\.“)[[1]] : subscript out of bounds” for updater function

I am using package installr version 0.17.0 to update R and related packages. 我使用软件包安装程序版本0.17.0来更新R和相关的软件包。 However, I get the following error message when I typed updater() : 但是,当我键入updater()时,我收到以下错误消息:

Error in strsplit(version_with_dots, "\\.")[[1]] : 
  subscript out of bounds

How can I deal with this situation? 我该如何处理这种情况?

The current version of R is "3.2.4 Revised". R的当前版本是“3.2.4修订版”。 installr appears to be having trouble with the " Revised" part of the name. 安装程序似乎在使用名称的“修订”部分时出现问题。 The bug has been fixed in the latest version of the package. 该错误已在最新版本的软件包中修复。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM