On 12/2/2006 4:04 AM, Wee-Jin Goh wrote:
> Hello list,
> 
> I have a function that I wrote in C to be called in R. I've done that  
> using symbol.C, which is the method I came across on the internet.
> 
> Now that it's supposed to be deprecated and can be removed in the  
> next version of R (!!), what up-to-date method that replaces symbol.C?

You don't need it at all.  Just give the entry point name directly in 
you .C() calls.  This is documented in the Writing R Extensions manual, 
with examples.

Duncan Murdoch

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to