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 [[alternative HTML version deleted]]
On 27 May 2004 09:32:18 -0000, "Rakesh Nassa" <rnassa@rediffmail.com> wrote:> ? >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.Have you gone through the "Writing R Extensions" manual? Let us know what is missing from there. Duncan Murdoch