Raw Message
Message-ID: <4B9EAC76.9000000@userprimary.net> Date: 2010-03-15T21:53:58Z From: Seth Falcon Subject: Segfault Problem c++ R interface (detailed) In-Reply-To: <feb07dcc1003141610w624368fdm21f7eb54fbf252e2@mail.gmail.com> 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