data.restore: warnings
I'm using data.restore() (pack. foreign) to import some S objects that were dumped to a file with data.dump(). Functions were excluded from the data.dump() in S. I'm geting an error and warnings (I normaly do not with other objects) and don't know how to trace back the problem:
data.restore("nofunciones.dmp")
Error in try(dimnames(value) <- thelist[[".Dimnames"]]) :
length of dimnames[2] not equal to array extent
In addition: Warning messages:
1: NAs introduced by coercion
2: NAs introduced by coercion
3: NAs introduced by coercion
4: NAs introduced by coercion
[1] "nofunciones.dmp"
There were 19 warnings (use warnings() to see them)
traceback()
No traceback available
warnings()
Warning messages: 1: NAs introduced by coercion 2: NAs introduced by coercion ... 19: NAs introduced by coercion What could I do to find out where is the problem? Thanks Agus Dr. Agustin Lobo Instituto de Ciencias de la Tierra (CSIC) Lluis Sole Sabaris s/n 08028 Barcelona SPAIN tel 34 93409 5410 fax 34 93411 0012 alobo at ija.csic.es -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._