Skip to content
Prev 24523 / 63424 Next

wishlist: additional argument in R_tryEval (Rinternals.h)

It's come up for me when I do FFI stuff. For GUI stuff I usually just
want to suppress, but it's possible that you'd want to detect
visibility if you were to make the GUI more programmable. I usually
end up having to work around the whole business by fiddling with
R_Visible.

Speaking of R_tryEval, can someone with the appropriate powers PRETTY
PLEASE just make it an official API? Having it continue to be
unofficial is just getting silly.
On 4/6/07, Luke Tierney <luke at stat.uiowa.edu> wrote: