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

1.3k Views Asked by At

I am using package installr version 0.17.0 to update R and related packages. However, I get the following error message when I typed updater():

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

How can I deal with this situation?

1

There are 1 best solutions below

0
On

The current version of R is "3.2.4 Revised". 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.