[R] Execute R codes without installing R environment

Jim Lemon drjimlemon at gmail.com
Sat Jun 24 10:50:27 CEST 2017


Hi Daniel,
There seems to be a way to package the R interpreter and a program
into an executable file. It looks pretty complicated and would only be
worth the effort if you _must_ run your script this way and you
_can't_ install R.

https://www.r-bloggers.com/deploying-desktop-apps-with-r/

Jim


On Sat, Jun 24, 2017 at 5:26 AM, xianda deng <dengxianda2007 at hotmail.com> wrote:
> Hi,
>
>
> I have some issues with running R in our server and hope you would like to help me.
>
>
> My Target: Running R codes without installing R environment in our server. Server OS: windows
>
>
> my attempts: I tried to build the R codes into a Binary package with R studio, but I don't how to execute the binary package(*.zip file).
>
>
> My questions:  1. Is this a correct solution, which builds the R codes into a binary file, to run a R codes without installing R environment?
>
>                              2. If answer for question 1 is yes, how should I execute or call the R script?
>
>                             3. Is any another way to achieve my goal?
>
>
> Thanks!
>
>
> Sincerely
>
>
> Daniel
>
>         [[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.



More information about the R-help mailing list