Hei,I am writing a zoo object and then loading it shows the following error message.any suggestion would be appreciated? #create zoo seriesreg.zoo <- zooreg(1:100, seq(from=as.Date("1999-01-01 "),'along.with'=100, by= "1 day")) #write zoo series write.zoo(reg.zoo ,file= "test.Rdata") #load zoo objectnp <- load("test.Rdata") #error message"Error: bad restore file magic number (file may be corrupted) -- no data loaded In addition: Warning message: file 'temp_mette_1999_2009_zoo.Rdata' has magic number '"Inde' Use of save versions prior to 2 is deprecated" I am using R 2.15.1. thanx in advance Netra [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list 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.