[R] R load error

Duncan Murdoch murdoch.duncan at gmail.com
Tue Jul 28 11:39:55 CEST 2015


On 27/07/2015 3:03 PM, Yaacov Petscher wrote:
> Greetings - I'm using RStudio and recently updated both it and R. When loadings up, I'm now receiving the following error:
> 
> Error: ReadItem: unknown type 63, perhaps written by later version of R
> 
> I've tried using rm(list=ls())   rm(list=ls(all.names=TRUE)) and detach() but nothing works in R. Within RStudio it just continues to try and load and I'm unable to interrupt or restart. Any ideas would be greatly appreciated.

For the RStudio error (retrying ad infinitum), you should report the
problem to them.  This list is just for R.

The likely cause of that error in R is a corrupted file.  That might be
.Rdata, or whatever file you're trying to load or read.

Duncan Murdoch



More information about the R-help mailing list