6

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?

David Arenburg
  • 91,361
  • 17
  • 137
  • 196
Patrick
  • 1,057
  • 9
  • 23

1 Answers1

3

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.