Re: [R] Running R in Server

2015-08-20 Thread Loris Bennett
Swagato Chatterjee swagato1...@gmail.com 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,

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

Re: [R] Running R in Server

2015-08-18 Thread Bos, Roger
There is probably nothing that can give you a step by step guide. You are touching on a couple of different subjects. If you just want to run code automatically on a windows server you can use task scheduler to call Rscript filename.R. If you want to create Web application, that's a bit

Re: [R] Running R in Server

2015-08-18 Thread Loris Bennett
Swagato Chatterjee swagato1...@gmail.com 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

Re: [R] Running R in Server

2015-08-18 Thread John McKown
On Sun, Aug 16, 2015 at 3:27 AM, Swagato Chatterjee swagato1...@gmail.com 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

Re: [R] Running R in Server

2015-08-18 Thread arnaud gaboury
On Sun, Aug 16, 2015, 2:29 PM Swagato Chatterjee swagato1...@gmail.com 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