[R] problem with restore and some .RData
Ronaldo Reis Jr.
chrysopa at insecta.ufv.br
Thu Jun 17 20:04:32 CEST 2004
Hi,
I have problem with the restore function in some .RData using R 1.9.0
Look the error:
[ronaldo at zeus 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.
[ronaldo at zeus 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 ]
| /(: :' :)\ [chrysopa at insecta.ufv.br ]
|>/ (`. `'` ) \[ICQ#: 5692561 | LinuxUser#: 205366 ]
| ( `- ) [***********************************]
|>> _/ \_Powered by GNU/Debian Woody/Sarge
More information about the R-help
mailing list