yutannihilation / savvy

A simple R extension interface using Rust
https://yutannihilation.github.io/savvy/guide/
MIT License
63 stars 3 forks source link

Replace the use of `Rf_findVarInFrame3` #269

Closed yutannihilation closed 2 months ago

yutannihilation commented 2 months ago

Announcement: https://stat.ethz.ch/pipermail/r-devel/2024-June/083491.html Related commit: https://github.com/r-devel/r-svn/commit/b09b3e879dcf6b1b99b17e5bde4086eb0c097acd

yutannihilation commented 2 months ago

R_existsVarInFrame has been marked as part of the experimental API. It is not yet clear whether Rf_findVarInFrame will become part of an API. If it does, then its semantics will likely have to change; if it does not, an alternate interface will be provided.