Displaying 1 result from an estimated 1 matches for "dyes_this_is_using_r".
2006 Dec 14
1
Detecting compilation under R
...x = gsl_runif(0.0,1.0);
#endif
(cant remember the exact names but hopefully you get the idea). This
fails because USING_R is only set when R.h is included.
Are there any preprocessor definitions set by R CMD SHLIB and R CMD
BUILD that I can test against?
Of course I can stick PKG_CFLAGS=-DYES_THIS_IS_USING_R in Makevars,
but I just wondered if there was a default solution I'd missed. Or if it
was a good idea anyway.
Barry