Skip to content
Prev 29886 / 63462 Next

suggestion of new API function for embedded programming.

EBo
Luke Tierney <luke at stat.uiowa.edu> said:
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.
Agreed.  I would also add that R_Parse1Line should also not modify any global
variables so that it basicall functions independently and does not violate the
law of least surprise.  This imples that an environment would also be passed in:

  R_Expr=R_Parse1Line("t.test(x,conf.level=(1-p))$conf.int[2]", rho, &status);

  Thanks and best regards,

  EBo --