Resource for learning C/R interface
----------------------------------------
Date: Sun, 19 Dec 2010 01:34:28 -0500 From: mailinglist.honeypot at gmail.com To: cjulian at bu.edu CC: r-help at r-project.org Subject: Re: [R] Resource for learning C/R interface Hi, On Sat, Dec 18, 2010 at 11:29 PM, Julian TszKin Chan wrote:
Hi all, Is there any tutorial for learning C/R interface ? Thanks
You'll find some info here: http://cran.r-project.org/doc/manuals/R-exts.pdf
Thanks, I may try this when I get time. It seems R handles a lot of this automtically but how can you select a compiler? That is, let's say I want to write in c++ and then extern-C the R interface and use a highly optimizing compiler like Intel ( which I think they even make available for free in some cases).
Also, take a good look at the Rcpp package: http://dirk.eddelbuettel.com/code/rcpp.html There's *a lot* of things to learn there, so ... happy reading. -steve -- Steve Lianoglou Graduate Student: Computational Systems Biology | Memorial Sloan-Kettering Cancer Center | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact
______________________________________________ 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.