[R] Calling R from c in Windows XP

Khanh Nguyen nguyen.h.khanh at gmail.com
Sat Mar 27 16:50:37 CET 2010


What examples are you talking about. You only need to include
<RInside.h>... More information is here
http://dirk.eddelbuettel.com/code/rinside.html

The other external thing you need is the Rcpp package, which you can
do with install.packages('Rcpp')



On Sat, Mar 27, 2010 at 11:40 AM, dkStevens <david.stevens at usu.edu> wrote:
>
> I've looked at this a bit and it seems ok, if not a little convoluted. We're
> trying to stay away from com objects, so I was hoping for something more
> direct. I've seen some examples (e.g. RInside) but can't get them to work
> -too many include files, etc. that I can't find.
> --
> View this message in context: http://n4.nabble.com/Calling-R-from-c-in-Windows-XP-tp1693440p1693480.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