-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Easy:
SET_ENCLOS(): Used to create new environments, should be easy to fix: RemoveSET_ENCLOS()usage rlang#1707PREXPR()/R_PromiseExpr()`: RemovePREXPR()usage (as much as we can) rlang#1708
Unknown:
SET_S4_OBJECT()/UNSET_S4_OBJECT(): Used for proxying / unproxying S4 objects. Can we do better?
Problematic:
SETLENGTH()/SET_TRUELENGTH(): Used in various algorithms for expansible vectors. Also used in data.table for the same purpose. Would be nice to find a solution with R core.STDVEC_DATAPTR(): Part of the ALTREP API. Can we get this part of the experimental API that can be used in packages?
shikokuchuo, ben-schwen, MichaelChirico and Jean-Romain
Metadata
Metadata
Assignees
Labels
No labels