Re: [R] Running R in Server

2015-08-19 Thread Loris Bennett
Swagato Chatterjee writes: > *@Loris: However, you'll probably have to make sure that all the packages > you* > *need are installed on the server.* > > This is where I need a help.​ Presumably the program 'cron' will be used to run your script. If the program is run as root, you will have to as

Re: [R] Running R in Server

2015-08-19 Thread Swagato Chatterjee
Dear all, Thenks for replying to my query. *@Amaud: If I understand correctly what you want to do, you might be able to create a HTML report using RMarkdown and host that on the website. If you really need a web app, I suggest looking into Shiny. You can make a shiny app, host it for free on th

Re: [R] Running R in Server

2015-08-18 Thread arnaud gaboury
On Sun, Aug 16, 2015, 2:29 PM Swagato Chatterjee wrote: Hello, I have written a R script which runs a regression of a dataset and saves the result in a csv file. Now this dataset has to be edited periodically which is done in a server. I need to run the R script in a server so that the results

Re: [R] Running R in Server

2015-08-18 Thread Loris Bennett
Swagato Chatterjee writes: > Hello, > > I have written a R script which runs a regression of a dataset and saves > the result in a csv file. > > Now this dataset has to be edited periodically which is done in a server. I > need to run the R script in a server so that the results can also be share

Re: [R] Running R in Server

2015-08-18 Thread John McKown
On Sun, Aug 16, 2015 at 3:27 AM, Swagato Chatterjee wrote: > Hello, > > I have written a R script which runs a regression of a dataset and saves > the result in a csv file. > > Now this dataset has to be edited periodically which is done in a server. I > need to run the R script in a server so th

Re: [R] Running R in Server

2015-08-18 Thread Bos, Roger
of this message or any attachments if you are not the intended recipient. -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Swagato Chatterjee Sent: Sunday, August 16, 2015 4:17 AM To: r-help@r-project.org Subject: [R] Running R in Server Hello, I h

[R] Running R in Server

2015-08-16 Thread Swagato Chatterjee
Hello, I have written a R script which runs a regression of a dataset and saves the result in a csv file. Now this dataset has to be edited periodically which is done in a server. I need to run the R script in a server so that the results can also be shared in a server and used in a web applicati

[R] Running R in Server

2015-08-16 Thread Swagato Chatterjee
Hello, I have written a R script which runs a regression of a dataset and saves the result in a csv file. Now this dataset has to be edited periodically which is done in a server. I need to run the R script in a server so that the results can also be shared in a server and used in a web applicati