r-lib / rlang

Low-level API for programming with R
https://rlang.r-lib.org
Other
489 stars 131 forks source link

Non-API calls conundrum #1706

Open lionel- opened 2 months ago

lionel- commented 2 months ago

https://rstudio.github.io/r-manuals/r-exts/The-R-API.html#moving-into-c-api-compliance

Non-problematic:

Potentially problematic:

Problematic:

🔥🔥🔥 :

lionel- commented 1 week ago

SETLENGTH() / SET_TRUELENGTH(): Used in rlang C API for resizing.

@DavisVaughan proposed to use ALTREP views for resizing to length.

lionel- commented 5 days ago

Found non-API calls to R:

lionel- commented 5 days ago

Requests/contribs for R core (WIP):

Speculative: