In Writing R Extensions it is said that R_CallMethodDef has two optional fields, 'type' and 'style' (where 'style' is said to distinguish in/out/inout arguments). But it doesn't give the possible values for 'style'. Looking at the header Rdynload.h (version 2.9.2) it appears that R_CallMethodDef does not have these extra two fields.
Were they removed at some point? If so, what is the best way to call a C function without the overhead of copying the inputs? Thanks -- View this message in context: http://www.nabble.com/R_CallMethodDef%3A-%27type%27-and-%27style%27-fields--tp25803313p25803313.html Sent from the R devel mailing list archive at Nabble.com. ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel