Skip to content

Embedding R in C application

1 message · Chad.P.Jenness@wellsfargo.com

#
I have read this section and it appears to be what I am looking for.

Thanks for all of your help,
Chad Jenness
763-229-0427


-----Original Message-----
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk] 
Sent: Friday, June 24, 2005 9:08 AM
To: Chad.P.Jenness at wellsfargo.com
Cc: murdoch at stats.uwo.ca; r-devel at r-project.org
Subject: Re: [Rd] Embedding R in C application


You need to read the correct part of the manual (and you need a manual 
from R >= 2.1.0).  You are writing a front-end, so read

* Linking GUIs and other front-ends to R::

as Duncan suggested.  Your comments are not at all consistent with what 
I wrote there.
On Fri, 24 Jun 2005 Chad.P.Jenness at wellsfargo.com wrote: