Skip to content
Prev 3335 / 15075 Next

ISNA(NA_REAL) == false?

On 1/17/2007 7:05 AM, David Faden wrote:
No, but what it does is compare to something in memory.  If R hasn't 
initialized, that location won't be set, and you'll get wrong results.

See the "Using these functions in your own C code" for instructions on 
how to build things for your sort of use.  Your code was linked as 
though it would be called from a running version of R, which had handled 
the initialization.

Duncan Murdoch

  From Writing