[Rd] suggestion of new API function for embedded programming.
EBo
ebo at sandien.com
Wed Sep 3 18:12:15 CEST 2008
Luke Tierney <luke at stat.uiowa.edu> said:
> On Wed, 3 Sep 2008, EBo wrote:
>
> > Luke Tierney <luke at stat.uiowa.edu> said:
> >
> >> ...
> >>> do something like the following:
> >>>
> >>> R_Expr = R_Parse1Buffer(&R_ConsoleIob, 0, &status);
> >>> if (PARSE_OK==status) {
> >>> ...
> >>> value = eval(R_CurrentExpr, rho);
> >>> ...
> >>> }
> >>
> >> We definitely do NOT want this frozen into the public API.
> >
> > What is your objection with making something like this a part of the public
> > API? I understand that having to use the IOBuffer seems a bit much, but I do
> > not understand your concern.
>
> We need the freedom to completely change these internals if doing so
> proves useful.
Ah, that makes perfect sense.
Thanks,
EBo --
More information about the R-devel
mailing list