[Rd] Rf_errorcall - translate to Pascal

Hans-Peter gchappi at gmail.com
Thu Feb 16 11:47:43 CET 2006


2006/2/16, Hans-Peter <gchappi at gmail.com>:
>     [Rf_errorcall is not declared here, would be something like:
>      void Rf_errorcall(SEXP, const char *,...)]
>
> ... would it be possible to pull the Rf_errorcall
> declaration to the error.h file?

error.h doesn't look like a good place as the SEXP type is not known
there. Sorry, I am quite unfluent with this c headers...

As a sidenote: in Defn.h are two macrogroups:

  /* Promise Access Macros */
  /* Hashing Macros */

which aren't declared in Rinternals.h. This is different from e.g. the groups:

  /* General Cons Cell Attributes */
  /* Primitive Access Macros */
  ...

--
Regards,
Hans-Peter



More information about the R-devel mailing list