Skip to content
Prev 34351 / 63421 Next

R_CallMethodDef: 'type' and 'style' fields?

According to Writing R Extensions, the R_CallMethodDef struct has two
optional fields for specifying the 'type' and 'style' (where 'style' is said
to distinguish in/out/inout). But it gives no details of the possible values
of 'style'. And looking in the header file Rdynload.h the definition of
R_CallMethodDef does not include these two extra fields at all. (This is the
2.9.2 source)

Were these extra fields removed at some point?