R from C -- Simplest Possible Helloworld...
Posted
by jsight
on Stack Overflow
See other posts from Stack Overflow
or by jsight
Published on 2010-03-17T15:15:43Z
Indexed on
2010/03/17
15:41 UTC
Read the original article
Hit count: 346
What is the simplest possible C function for starting the R interpreter, passing in a small expression (eg, 2+2), and getting out the result? I'm trying to compile with MingW on Windows.
© Stack Overflow or respective owner