Hi,
I have problem with the restore function in some .RData using R 1.9.0
Look the error:
[EMAIL PROTECTED] RAnalise]$ R
...
Error: object 'family' not found whilst loading namespace 'MASS'
Fatal error: unable to restore saved data in .RData
But if I load this .RData with the load() function all objects are recovered.
[EMAIL PROTECTED] RAnalise]$ R --no-restore-data
...
> ls()
character(0)
> load(".RData")
[1] ".Traceback" "RespY"
[3] "Trat1" "Trat2"
...
[63] "varied.371.84210116.9" "varied.371.842101169.5"
[65] "varied.371.8421011695.12"
All recovered objects work fine. I can use q() and save workspace
image to quit session. But to load this .RData I need to use R with
--no-restore-data option and load the .RData manually.
I try to find the problem, but I dont find this.
Anybody have any idea?
Thanks
Ronaldo
ps. how to initiate R in xemacs with the --no-restore-data option?
M-x R --no-restore-data dont work
--
Hlade's Law:
If you have a difficult task, give it to a lazy person --
they will find an easier way to do it.
--
|> // | \\ [***********************************]
| ( � � ) [Ronaldo Reis J�nior ]
|> V [UFV/DBA-Entomologia ]
| / \ [36571-000 Vi�osa - MG ]
|> /(.''`.)\ [Fone: 31-3899-2532 ]
| /(: :' :)\ [EMAIL PROTECTED] ]
|>/ (`. `'` ) \[ICQ#: 5692561 | LinuxUser#: 205366 ]
| ( `- ) [***********************************]
|>> _/ \_Powered by GNU/Debian Woody/Sarge
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html