"xpdrows.data.frame" (PR#131)

Peter Dalgaard BSA p.dalgaard@biostat.ku.dk
01 Mar 1999 12:33:18 +0100


khal@alumni.uv.es writes:

> This is a multi-part message in MIME format.
> --------------E6449E20185CF0A71A620457
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> This is a follow-up to bug sent to days ago, which bounced from r-devel
> because 
> the example was to large. Now example is smaller, and behaviour is as
... 
> Using the data frames frame1 and frame2 from the attached saved dataset
> frame.dat
> (say load("frame.dat") ):
....
> --------------E6449E20185CF0A71A620457
> Content-Type: application/x-unknown-content-type-DAT_auto_file; name="frame.dat"
> Content-Transfer-Encoding: base64
> Content-Disposition: inline; filename="frame.dat"
> 
> MTk3Ngo2IDEzMSA1NzEKMCAxMyAiY2xhc3MiCjEgMzEgImxldmVscyIKMiAzNyAibmFtZXMi
> CjMgNDMgInJvdy5uYW1lcyIKNSAxNzMwMTIgImZyYW1lMiIKNiAxNzMwMzAgImZyYW1lMSIK
> NCA2NTQ3NQo3IDU3NzUxMQo4IDU3NzUxMgo5IDU3NzY2NwoxMCA1Nzc2NjgKMTEgNTc3NjY5
> CjEyIDU3NzY3MAoxMyA1Nzc2NzIKMTQgNjA5Njc3CjE1IDYwOTY3OAoxNiA2MDk2NzkKMTcg
> NjA5NjgwCjE4IDYwOTY4MgoxOSA2MTQ1ODIKMjAgNjE0NTgzCjIxIDYxNDU4NAoyMiA2MTQ1

This is not a good idea! MIME attachments do not survive the trip
through JitterBug. So to read your data, one has to find a separate
base64 decoder and feed it the above gibberish. (And even if we could
get the remailer to handle it, it would still be a problem with the
filed text.)

It can't be that hard to cook up a smaller, plaintext example? E.g.

> f1<-data.frame(a=1:2,b=3:4)
> f2<-f1
> f2[3,]<-f1[2,]
Error: couldn't find function "xpdrows.data.frame"

..which, incidentally, is fixed in the 0.63.3 snapshots.

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._