Re: [R] Protecting R code

2011-07-04 Thread Duncan Murdoch
On 11-07-04 3:47 AM, Vaishali Sadaphal wrote: Hi All, I need to give my R code to my client to use. I would like to protect the logic/algorithms that have been coded in R. This means that I would not like anyone to be able to read the code. R is an open source project, so providing ways for yo

Re: [R] Protecting R code

2011-07-04 Thread Steve Lianoglou
On Mon, Jul 4, 2011 at 2:04 PM, Barry Rowlingson wrote: > On Mon, Jul 4, 2011 at 5:48 PM, Vaishali Sadaphal > wrote: > >> >> Hey All, >> >> Thank you so much for quick replies. >> Looks like translation to C/C++ is the only robust option. Do you think >> there exists any ready-made R to C translat

Re: [R] Protecting R code

2011-07-04 Thread Barry Rowlingson
On Mon, Jul 4, 2011 at 5:48 PM, Vaishali Sadaphal wrote: > > Hey All, > > Thank you so much for quick replies. > Looks like translation to C/C++ is the only robust option. Do you think > there exists any ready-made R to C translator? > > No, I think they are normally all born without the R to C

Re: [R] Protecting R code

2011-07-04 Thread Mike Marchywka
: Cc: ; Subject: Re: [R] Protecting R code Hey All, Thank you so much for quick replies. Looks like translation to C/C++ is the only robust option. Do you think there exists any ready-made R to C translator? Thanks -- Vaishali Vaishali Paithankar Sadaphal Tata Consultancy Services Mailto

Re: [R] Protecting R code

2011-07-04 Thread Vaishali Sadaphal
-project.org Date: 07/04/2011 08:42 PM Subject: Re: [R] Protecting R code Hello: On 7/4/2011 7:41 AM, Barry Rowlingson wrote: > On Mon, Jul 4, 2011 at 8:47 AM, Vaishali Sadaphal > wrote: >> Hi All, >> >> I need to give my R code to my client to use. I would like to protect

Re: [R] Protecting R code

2011-07-04 Thread Spencer Graves
Hello: On 7/4/2011 7:41 AM, Barry Rowlingson wrote: On Mon, Jul 4, 2011 at 8:47 AM, Vaishali Sadaphal wrote: Hi All, I need to give my R code to my client to use. I would like to protect the logic/algorithms that have been coded in R. This means that I would not like anyone to be able to re

Re: [R] Protecting R code

2011-07-04 Thread Spencer Graves
On 7/4/2011 7:28 AM, Uwe Ligges wrote: On 04.07.2011 09:47, Vaishali Sadaphal wrote: Hi All, I need to give my R code to my client to use. I would like to protect the logic/algorithms that have been coded in R. This means that I would not like anyone to be able to read the code. I am searc

Re: [R] Protecting R code

2011-07-04 Thread Barry Rowlingson
On Mon, Jul 4, 2011 at 8:47 AM, Vaishali Sadaphal wrote: > Hi All, > > I need to give my R code to my client to use. I would like to protect the > logic/algorithms that have been coded in R. This means that I would not > like anyone to be able to read the code. At some point the R code has to b

Re: [R] Protecting R code

2011-07-04 Thread Uwe Ligges
On 04.07.2011 09:47, Vaishali Sadaphal wrote: Hi All, I need to give my R code to my client to use. I would like to protect the logic/algorithms that have been coded in R. This means that I would not like anyone to be able to read the code. I am searching for ways to protect R code. I would l

[R] Protecting R code

2011-07-04 Thread Vaishali Sadaphal
Hi All, I need to give my R code to my client to use. I would like to protect the logic/algorithms that have been coded in R. This means that I would not like anyone to be able to read the code. I am searching for ways to protect R code. I would like to create a .exe kind of file which could b