Skip to content

Calling R _Functions from My C++ dll

2 messages · Rakesh Nassa, Duncan Murdoch

#
 
Hi..
 I am writing a Windows dll to use R functions for my college project. I need help in the following things
1) what .h/dll files to include for using some basic functions like covariance, Correlation.
2)How to use SEXP structure for input/output varaibles.
Pls help.
Rakesh
#
On 27 May 2004 09:32:18 -0000, "Rakesh  Nassa" <rnassa@rediffmail.com>
wrote:
Have you gone through the "Writing R Extensions" manual?  Let us know
what is missing from there.

Duncan Murdoch