[Rd] Rf_errorcall - translate to Pascal

Prof Brian Ripley ripley at stats.ox.ac.uk
Fri Feb 17 18:23:40 CET 2006


I've made some changes in R-devel, so errorcall is now defined there and 
it is clear what is a macro and what is a function and which are both.

I looked in the 'primitive access' functions/macros.  It is clear that all 
these could be used for was to access the internal table of builtins, and 
that is no longer exported (and was never intended to be used outside base 
R), so I've moved those back to Defn.h.

On Thu, 16 Feb 2006, Hans-Peter wrote:

> 2006/2/16, Prof Brian Ripley <ripley at stats.ox.ac.uk>:
>> I realize you may be unfamiliar with C terminology, but you do definitely
>> seem to be misreadling Rinternals.h.
>
> Thanks for your helpful comments, I think I have understood now.
>
> I won't use the internal structures (but it's nevertheless nice to be
> able to and I've seen in the debugger the correct information is
> there).
>
> --
> Regards,
> Hans-Peter
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
>

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-devel mailing list