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 about the parameters of these
> macro?  For example, what about the parameters of  SEXP
> R_ParseVector(SEXP, int, ParseStatus *)?

You can check in "Writing R Extensions" but, as always, the most
authorative documentation is the source.  Fortunately, R is an open
source project, which means that you can download the sources and
read them.

Note that we don't guarantee stability between releases except for
those routines that are documented as part of the API in the manual
"Writing R Extensions" (and sometimes not even for them :-) .

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to