[R] load in 1.4.0 not working for me
David Marimont
marimont at nxpdata.com
Sat Dec 29 04:56:33 CET 2001
I'm having trouble with save and load in R 1.4.0 (on RH 7.2) I originally
noticed this with a large R object, but it happens with a tiny one as well:
> a <- c(1,2,3)
> save(a,file="test.RData")
> a1 <- load("test.RData")
> print(a1)
NULL
The file "test.RData" is created, and it does have something in it. When
I tried saving a large object, I watched what was happening with xosview,
and there is some serious disk-writing happening. When I tried loading,
there is some serious disk-reading happening. But no object is returned.
Am I missing something obvious here? Thanks.
David Marimont
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list