Re: [R] Save and load workspace in R: strange error.

2009-11-18 Thread Juancarloshb
Hello, I get the same message when I write the attach function, where is that you change the user quota? I use R with mac OS Thanks. Hongxiao Zhu wrote: > > Hi, > > I finally figured out where the problem is. It was because the > user account has a 10GB quota for the systerm that I used. >

Re: [R] Save and load workspace in R: strange error.

2007-11-05 Thread Hongxiao Zhu
Hi, I finally figured out where the problem is. It was because the user account has a 10GB quota for the systerm that I used. Once the space limit is reached, R will have this error whenever you want to save or load. Gosh! It took me so long to realize this. Hongxiao ***

Re: [R] Save and load workspace in R: strange error.

2007-10-03 Thread Tony Plate
Sounds like you are having permissions problems. And as you're using a mix of Unix and WinXP, you might be suffering from some strange permissions settings. WinXP allows a very rich set of permissions which for many exotic combinations have no corresponding mapping to the much simpler 9-octet

Re: [R] Save and load workspace in R: strange error.

2007-10-03 Thread Hongxiao Zhu
Tony, Thanks for return. Actually, the data object 'junk4.RData' was created but have size 0. It seems no data was saved. But the real data that I want to load have data in it, which I can't load use my own user account. But if using other people's user account under the same system, it can be

Re: [R] Save and load workspace in R: strange error.

2007-10-03 Thread Tony Plate
Did you check whether 'junk4.RData' was created and what its length was - maybe an empty file is being created. Is there some sort of quota or permissions problem? My suggestion would be to look at the size and permissions on the directory and the file. If you need more help, I would suggest

[R] Save and load workspace in R: strange error.

2007-09-30 Thread Hongxiao Zhu
Hi, I tried to load a .RData object on unix system using R, it gives error: Error: restore file may be empty -- no data loaded In addition: Warning message: file 'junk3.RData' has magic number '' Use of save versions prior to 2 is deprecated This happens only for using MY user account for th