[R] Linking C/C++ GUI to R.dll

R. Michael Weylandt michael.weylandt at gmail.com
Mon Dec 3 00:28:10 CET 2012


Look at Dirk's RInside package.

MW

On Sun, Dec 2, 2012 at 4:38 PM, rahul143 <rk204885 at gmail.com> wrote:
> Hi,
>
> I am in the process of linking a C/C++ application to the R.dll
> directly.  I have obtained the R source code and compiled it
> successfully.  I have also successfully linked the R.dll directly into
> our application and have made calls successfully into the R.dll that are
> included in the sample rtest.c and in the "Writing R Extensions - The R
> API".
>
> The R functionality that we are interested in embedding into our
> application is the data analysis and graphics.  However, I did not see
> any references to this in the R API section of the documentation.  Is
> this functionality available from our C/C++ application via the R.dll?
> If so, how do we access this functionality?
>
> Thank you,
>
>
>
> -----
>    TO GET MORE DETAILS CLICK HERE
>
>
>
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/Linking-C-C-GUI-to-R-dll-tp4651661.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org 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.




More information about the R-help mailing list