Hello everyone....... I am curious to develop a stand-alone application using R and I am exploring how to do it. 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? 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.
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 > >
Thanks Simon, I will go ahead with JGR now. There are java packages like rJava and RCaller. And i found they are not useful after a certain extent. How different is JGR from these two? I am willing to tolerate more complexity but, i am curious to develop a more sophisticated application where i want to see R outputs in some some other environment without using R console. Thank, Manoj G ----- Manoj G -- View this message in context: http://r.789695.n4.nabble.com/Stand-alone-application-using-R-tp4652158p4652207.html Sent from the R devel mailing list archive at Nabble.com.
Would you mind elaborating on how rJava and RCaller "are not useful after a certain extent"? I.e., are there bugs, memory leaks, too limited an API, or other problems with them? Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com> -----Original Message----- > From: r-devel-bounces at r-project.org [mailto:r-devel-bounces at r-project.org] On Behalf > Of Manoj G > Sent: Wednesday, December 05, 2012 8:10 AM > To: r-devel at r-project.org > Subject: Re: [Rd] Stand alone application using R > > Thanks Simon, > > I will go ahead with JGR now. > > There are java packages like rJava and RCaller. And i found they are not > useful after a certain extent. How different is JGR from these two? > > I am willing to tolerate more complexity but, i am curious to develop a more > sophisticated application where i want to see R outputs in some some other > environment without using R console. > > Thank, > Manoj G > > > > ----- > Manoj G > -- > View this message in context: http://r.789695.n4.nabble.com/Stand-alone-application- > using-R-tp4652158p4652207.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
On Dec 5, 2012, at 11:09 AM, Manoj G <manoj.g at isim.net.in> wrote:> Thanks Simon, > > I will go ahead with JGR now. > > There are java packages like rJava and RCaller. And i found they are not > useful after a certain extent. How different is JGR from these two? >JGR is using JRI from rJava for the R/Java interface. Cheers, Simon> I am willing to tolerate more complexity but, i am curious to develop a more > sophisticated application where i want to see R outputs in some some other > environment without using R console. > > Thank, > Manoj G > > > > ----- > Manoj G > -- > View this message in context: http://r.789695.n4.nabble.com/Stand-alone-application-using-R-tp4652158p4652207.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 > >