Displaying 1 result from an estimated 1 matches for "rsplus".
Did you mean:
splus
2008 Jun 04
1
Splus/R typedef for C equivalent of S "integer"
...nt into R.h would break those packages.
(C doesn't yet have an if-typedef-exists or untypedef construct,
does it?)
I like XXXinteger, since it refers to the R/Splus name of
the class, "integer", instead of the C-like name. Should
the "XXX" prefix be "RS" or "RSplus" or "S"?
I like typedefs since you can use them in the debugger.
Should a typedef be accompanied by a #define XXXinteger_defined
so one can write code that works on older versions of R or
Splus without the typedef?
I think R.h would be a good place for it, but I don't
have stro...