On Mon, Feb 6, 2012 at 2:29 PM, Douglas Bates <ba...@stat.wisc.edu> wrote: > On Mon, Feb 6, 2012 at 2:44 AM, B, Nitika (GE Global Research) > <nitik...@ge.com> wrote: >> Hi, > >> Can we use rcpp to convert an R program into a C++ program and hence create >> a stand-alone executable – that does not need R to be installed? This >> question is with respect to deployment of R applications. > > I think what you want is closer to Rinside than to Rcpp, per se.
I think (I've been wrong before) what they would both like is actually closer to what MATLAB's compiler does: http://www.mathworks.com/products/compiler/ You can (supposedly -- I've never done it (or seen it work (I'm not saying it doesn't work (anybody else love lisp?))) compile your matlab file along with a "matlab runtime" that allows you to package up a self-contained (looking) application. It's a cool idea, but ... -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 _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel