[R] a very basic question: calling c function from R

Duncan Murdoch murdoch at stats.uwo.ca
Mon Mar 2 01:36:56 CET 2009


On 01/03/2009 7:23 PM, Wang Chun wrote:
> Dear R users,
> 
> I want to call C function from R. I follow the following instruction using the example of foo.c
> http://www.stat.umn.edu/~charlie/rc/
> 
> I save the foo.c in my current directory. Is that right? After I enter the command R CMD SHLIB foo.c, I get the following message
> 
> 
> 
> Error: unexpected symbol in "R cmd"
> 
> 
> 
> Any suggestion is appreciated.

It looks as though you did that within R.  The R CMD SHLIB command is a 
shell command, run outside of R.

Duncan Murdoch




More information about the R-help mailing list