Skip to content

Embedding R in C application

2 messages · Chad.P.Jenness@wellsfargo.com, Duncan Murdoch

#
On 6/24/2005 9:18 AM, Chad.P.Jenness at wellsfargo.com wrote:
You want to look at the "Writing R Extensions" manual, in particular the 
chapters on the R API (for access to the underlying computational 
routines) and the one on linking GUIs or other front-ends (which sounds 
more like what you want to do).

Duncan Murdoch