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

[R] Running R in Server

2015-08-16 Thread Swagato Chatterjee
application. I have coded in R and have used R in windows. I have never used Ubuntu/Linux. Is there a step by step guide on how to run a R code in server? Thanks and Regards, -- Swagato Chatterjee [[alternative HTML version deleted]] __ R-help@r

[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] Problem with integrate function

2013-04-03 Thread Swagato Chatterjee
Hello, The following code of mine is giving the error: Error in integrate(fx[[2]], 0.056, 1) : maximum number of subdivisions reached Can anyone help? Thanks and Regards. Swagato -- fv<-vector("list") fx<-vector("list") v<-0 c<-0 n<-0 NOV<-0 i<-0 while(n<200){ fv[