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 ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.