Song Baiyi <[EMAIL PROTECTED]> writes:
> I try to write a c++ code which calls embedded R and uses some of R
> internal functions. What I read is just lots of macro names defined in
> the Rinternals.h or Rdefines like R_Parse, Rf_install and so on. But
> where can I get the detailed information a
Hello everyone,
I try to write a c++ code which calls embedded R and uses some of R
internal functions. What I read is just lots of macro names defined in
the Rinternals.h or Rdefines like R_Parse, Rf_install and so on. But
where can I get the detailed information about the parameters of these