Skip to content
Prev 309924 / 398502 Next

A general question: Is language S a component part of R?

Almost all syntactically correct S code works in R and S+ the same as it did in S
(the last version of which came out c. 1999),  modulo bug fixes.   Off the top of
my head, I'd say the only things that were eliminated were the use of the underscore
as the assignment operator and the elimination of the keywords 'T' and 'F'.
R extends the language, e.g., to do lexical scoping, and S+ has stayed truer to S.
Hence I would say that the language interpreted by R is almost a superset of the
S language as it existed in 1999.

(I'm speaking of the language itself, not the packages build using the language.) 

Bill Dunlap
Spotfire, TIBCO Software
wdunlap tibco.com