Test If Running Under R

DESCRIPTION:

Test if running under R or S-PLUS. This function can be used to when writing code specific to one of the particular dialects of S, S-PLUS or R. features specific

USAGE:

is.R()

VALUE:

returns TRUE under R and FALSE under S-PLUS.