Skip to content

Segfault Problem c++ R interface (detailed)

3 messages · Hyunseung Kang, Seth Falcon

#
Hi,

First thing to observe is that you are calling RSymbReg via .Call, but 
that function does not return SEXP as is required by the .Call interface.

+ seth