Hi, How to run Shiny (Server,UI) into JAVA? I am running R Shiny app using R But i want to run those functions in Java without dependent of R Please help me on this anyone Thanks and Regards Venkatesan [[alternative HTML version deleted]]
You should ask this on the Shiny google group. But, Shiny depends on R, so what you?re wanting to accomplish is not possible On 8/16/16, 9:11 AM, "Venky" <venkynov10 at gmail.com> wrote:>Hi, > >How to run Shiny (Server,UI) into JAVA? > >I am running R Shiny app using R >But i want to run those functions in Java without dependent of R >Please help me on this anyone > > >Thanks and Regards >Venkatesan > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >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.
You should try these: http://www.renjin.org https://github.com/allr/purdue-fastr which are two R interpreters in Java. But I am not sure that shiny can work on these. Sincerely Marc Le 16/08/2016 ? 15:11, Venky a ?crit :> Hi, > > How to run Shiny (Server,UI) into JAVA? > > I am running R Shiny app using R > But i want to run those functions in Java without dependent of R > Please help me on this anyone > > > Thanks and Regards > Venkatesan > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. >