Rcomplex

Paul Gilbert pgilbert@bank-banque-canada.ca
Wed, 15 Dec 1999 10:17:12 -0500


    o   `Rcomplex' is preferred to `complex' (a future reserved word
        in C) for R complex objects passed to C.

I'm a bit confused here. Is "complex" or "Rcomplex" the future reserved
word in C (I thought "complex" already was, but I'm not a C programmer)
and is this because R storage modes should or should not have names
corresponding to C reserved words?  I presume this means I should use
something like

storage.mode(z) <- if (is.R()) "Rcomplex" else "complex"

Is that right?

Paul Gilbert

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._