-
-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Description
Per the R News RSS feed this morning:
CHANGES IN R-devel C-LEVEL FACILITIES
‘SEXP’ type ‘S4SXP’ has been renamed ‘OBJSXP’ to support experimenting with alternative object systems. The ‘S4SXP’ value can still be used in ‘C’ code but is now deprecated. Based on contriubtions from the R Consortium Object-Oriented Programming Working Group.
I only see two uses in src/api.cpp
so should be quick, and we can probably #ifdef this properly to use S4SXP for R < 4.4.0
Enchufa2
Metadata
Metadata
Assignees
Labels
No labels