Hi, On Sun, Jul 29, 2012 at 5:58 AM, hony <mn.nas...@gmail.com> wrote: > I need to create a software and use R engine in my software. but I don't know > how to use R code in my software same www.revolutionanalytics.com.
If your software is written in C++ perhaps the RInside package will be helpful: http://cran.r-project.org/web/packages/RInside/index.html Keep in mind that R is released under the GPL, so depending on what your "end game" is for your software (are you making a commercial product?), this may or may not be an issue for you. -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@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.