Re: [R] running R-code outside of R

2008-06-25 Thread Roger Leenders
Thanks to all of the responders. It looks like dreams may come true after all :-) The application is as follows. Respondents fill out a questionnaire that has been posted online. Output is in excel or text format. My client (typically working for a government agency that provides subsidies t

Re: [R] running R-code outside of R

2008-06-25 Thread Daniel Folkinshteyn
If I analyze a client's data using an R script I created then I can charge the client a $20,000 consulting fee, but, if I let the client push the button to execute the R script and charge him 10 cents for the privilege then I can be sued for violating the GPL? Or are my I think you cannot be su

Re: [R] running R-code outside of R

2008-06-25 Thread Esmail Bonakdarian
Spencer Graves wrote: If you want to hide the fact that you are using R -- especially if you charge people for your software that uses R clandestinely -- that's a violation of the license (GPL). No on both accounts .. but thanks for pointing this out none the less.

Re: [R] running R-code outside of R

2008-06-25 Thread Marc Schwartz
on 06/25/2008 10:28 AM Michael Conklin wrote: Spencer Graves wrote: If you want to hide the fact that you are using R -- especially if >you charge people for your software that uses R clandestinely -- that's a >violation of the license (GPL). I doubt if anyone associated with R would >bo

Re: [R] running R-code outside of R

2008-06-25 Thread Ramon Diaz-Uriarte
I am not an expert nor a lawyer but ... On Wed, Jun 25, 2008 at 5:28 PM, Michael Conklin <[EMAIL PROTECTED]> wrote: > > Spencer Graves wrote: > >> If you want to hide the fact that you are using R -- especially > if >you charge people for your software that uses R clandestinely -- > that's a

Re: [R] running R-code outside of R

2008-06-25 Thread Gabor Csardi
Some clarifications. R's license (GPL v2) is not about money, you can charge anyone as much as you wish. If you create an R program (and don't modify R itself), then you can distribute that program according to any license you wish. If you modify R itself _and_ distribute the modified version,

Re: [R] running R-code outside of R

2008-06-25 Thread Michael Conklin
Spencer Graves wrote: > If you want to hide the fact that you are using R -- especially if >you charge people for your software that uses R clandestinely -- that's a >violation of the license (GPL). I doubt if anyone associated with R would >bother with a lawsuit, but a competitor who offer

Re: [R] running R-code outside of R

2008-06-25 Thread Spencer Graves
If you want to hide the fact that you are using R -- especially if you charge people for your software that uses R clandestinely -- that's a violation of the license (GPL). I doubt if anyone associated with R would bother with a lawsuit, but a competitor who offers related software might.

Re: [R] running R-code outside of R

2008-06-25 Thread Esmail Bonakdarian
Jim Porzak wrote: The user of your R script sees only the outputs you create. The R source is hidden. Ah .. that sounds great .. I wish I had known about this a month ago! I'll have to check it out - thanks! Esmail HTH, Jim Porzak <..> > Would the R script that is being run be hidden fr

Re: [R] running R-code outside of R

2008-06-25 Thread [EMAIL PROTECTED]
On 25 июн, 09:28, "Jim Porzak" <[EMAIL PROTECTED]> wrote: > The user of your R script sees only the outputs you create. The R source is > hidden. > But you may expose R sources via the web server if you wish. Andrey __ R-help@r-project.org mailing list

Re: [R] running R-code outside of R

2008-06-24 Thread Jim Porzak
The user of your R script sees only the outputs you create. The R source is hidden. HTH, Jim Porzak Responsys, Inc. San Francisco, CA http://www.linkedin.com/in/jimporzak On Tue, Jun 24, 2008 at 9:33 PM, Esmail Bonakdarian <[EMAIL PROTECTED]> wrote: > Jim Porzak wrote: > >> Roger, >> >> Followin

Re: [R] running R-code outside of R

2008-06-24 Thread Esmail Bonakdarian
Jim Porzak wrote: Roger, Following on to Spencer's comments, we have had some success using RWui http://rwui.cryst.bbk.ac.uk/ to build web enabled versions of (non-interactive) R programs. Advantage is your users only need a browser. No exe to install. Downside is you need to have a web server

Re: [R] running R-code outside of R

2008-06-24 Thread Gabor Grothendieck
You can set up a web site and have them use that. Then they just need a browser. See www.rpad.org for one way or develop an internal or external site using any technology you know and call R on the back end. On Tue, Jun 24, 2008 at 2:01 PM, Roger Leenders <[EMAIL PROTECTED]> wrote: > > R 2.7.0,

Re: [R] running R-code outside of R

2008-06-24 Thread Jim Porzak
Roger, Following on to Spencer's comments, we have had some success using RWui http://rwui.cryst.bbk.ac.uk/ to build web enabled versions of (non-interactive) R programs. Advantage is your users only need a browser. No exe to install. Downside is you need to have a web server accessible to your u

Re: [R] running R-code outside of R

2008-06-24 Thread Spencer Graves
A short answer to your question is 'yes and no': R is an interpreted language. There may have been attempts to create a "compiler" for R, but I don't know if any have actually succeeded very well. However, there are ways to (a) call R from other languages and (b) run R in batch mo

Re: [R] running R-code outside of R

2008-06-24 Thread Rolf Turner
On 25/06/2008, at 6:01 AM, Roger Leenders wrote: R 2.7.0, WinXP Hi list, I have written some code in R that I would like to share with others who are not R-users. Is there a way to compile the code so it will run outside of R? The best thing would be a functionality to compile the code in

[R] running R-code outside of R

2008-06-24 Thread Roger Leenders
R 2.7.0, WinXP Hi list, I have written some code in R that I would like to share with others who are not R-users. Is there a way to compile the code so it will run outside of R? The best thing would be a functionality to compile the code into a ".exe" file that does not require the user to have