Re: [Rd] Passing R code from webpage

2013-02-18 Thread Matevz Pavlic
*Hi, first of all-thank you for your extensive answer.* > Hi, > > >> Not at all - R has a built-in webserver (it's used for the help pages), >> so > if you install R, you're done with that part. Rook >gives you a wrapper > for > that. > > What do you mean by wrapper? > >It defines an

Re: [Rd] Passing R code from webpage

2013-02-18 Thread Matevz Pavlic
Hi, > No one yet has mentioned shiny (http://www.rstudio.com/shiny/); it > allows you to get up and prototyping quickly, and we're working on > ways to make it just as easy to scale to multiple users (currently > it's possible, but you have to be willing to get your hands dirty > configuring

Re: [Rd] Passing R code from webpage

2013-02-18 Thread Matevz Pavlic
Hi, >Not at all - R has a built-in webserver (it's used for the help pages), so if you install R, you're done with that part. Rook >gives you a wrapper for that. What do you mean by wrapper? > The problem is it doesn't scale, so if you're happy with one-user solution > then you can use R wi

Re: [Rd] Passing R code from webpage

2013-02-18 Thread Matevz Pavlic
Yes, i have looked at apache, but there is no Windows version (at least to my knowledge). I know how to connect to MS SQL from R, i just dont know how to do that from web browser. thanks, m -- View this message in context: http://r.789695.n4.nabble.com/Passing-R-code-from-webpage-tp4658800

Re: [Rd] Passing R code from webpage

2013-02-18 Thread Matevz Pavlic
Hi, i think all of this i kinda complicated, even though in all the packages authors are saying that "minimum code is required". I mean, i am not an IT engineer , but i have created quite some webpages, so i have some knowledge of HTML5, CSS, C# (limited), and also work quite a lot with R and s

Re: [Rd] Passing R code from webpage

2013-02-17 Thread Matevz Pavlic
Here's what i did (Windows) : 1.) install.packages("FastRWeb") 2.) system(paste("cd",system.file(package="FastRWeb"),"&& install.sh") 3.) code{system.file("cgi-bin", package="FastRWeb") I ran all this from Rstudio. But i don't understand what "var" means. I suspect it's a folder, probably in

Re: [Rd] Passing R code from webpage

2013-02-17 Thread Matevz Pavlic
Hi again, i am very sorry, but i can't install this from the details in INSTALL file. As I understand these are instructions for Unix server, but i'd like to install it on window... -- View this message in context: http://r.789695.n4.nabble.com/Passing-R-code-from-webpage-tp4658800p4658871

Re: [Rd] Passing R code from webpage

2013-02-17 Thread Matevz Pavlic
Hi, yes, i saw that about Cshtml...but it's done already, can't change it now. Are there any samples of web pages or some samples to download for FastRWeb? I am having troubles understanding how to install this and get it to work... tnx, m -- View this message in context: http://r.789695.n

Re: [Rd] Passing R code from webpage

2013-02-17 Thread Matevz Pavlic
Hi , thanks for all the replies. I'll have a good look at this FastRWeb. Just one thing. My pages are done with Razor *.CSTHML. Could this be a problem for FastRWeb (and me) ;)? regards, m -- View this message in context: http://r.789695.n4.nabble.com/Passing-R-code-from-webpage-tp4658800p

[Rd] Passing R code from webpage

2013-02-17 Thread Matevz Pavlic
Hi all, Is there a way to pass R code from web page (html file) to do some statistics and than plot the output in web browser. I am looking forever at this, and cant find a way. Regards,m -- View this message in context: http://r.789695.n4.nabble.com/Passing-R-code-from-webpage-tp4658800.h