[Rd] Stand alone application using R

Simon Urbanek simon.urbanek at r-project.org
Wed Dec 5 15:31:22 CET 2012


On Dec 5, 2012, at 1:33 AM, Manoj G wrote:

> Hello everyone.......
> 
> I am curious to develop a stand-alone application using R and I am exploring how to do it.

There are many examples - the GUIs bundled with R (R.app for Mac, Rgui, rterm for Windows) or packages like Rserve (C), RInside (C++), JGR (Java), ...


> Shiny can be used if it is a web application!
> 
> But which programming is more suitable and can be easily bundled with R? 
> 
> Java? or python? or something else? What do u prefer?
> 

The native language for embedding R is C, but there are embedding interfaces for other languages, so it really depends on your taste and the complexity you are willing to  tolerate.

Cheers,
S


> Thanks in advance for your help... Good day... :)
> 
> -Manoj G
> 
> 
> 
> -----
> Manoj G
> --
> View this message in context: http://r.789695.n4.nabble.com/Stand-alone-application-using-R-tp4652158.html
> Sent from the R devel mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
> 
> 



More information about the R-devel mailing list