R-beta: Re: none

Peter Dalgaard BSA p.dalgaard at kubism.ku.dk
Tue Oct 21 11:11:21 CEST 1997


Douglas Bates <bates at stat.wisc.edu> writes:

> One thing I would like to see is the ability of R to parse the
> data.dump format of objects created by S.  Has anyone looked at this
> at all?

I don't think so, but it looks pretty trivial, insofar as the internal
format is the same in the two languages. Basically, it seems to be the
object structure converted to prefix notation, with a few shortcuts
for the operators (<- is not coded in the same way as a function named
"<-" would be).

Incidentally, Splus 3.4 has a bug with "<-"-expressions:
> expression("<-"(y,3))
expression("<-" <- y)
(it's only in the deparsing, internal structure and function is OK)

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