Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

r

installr

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?

like image 586
Patrick Avatar asked Mar 19 '16 09:03

Patrick


1 Answers

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.

like image 197
lampishthing Avatar answered Oct 14 '22 16:10

lampishthing