[Rd] Distributing R Programs
CapCity
sg0000 at braju.com
Mon Jan 28 22:14:11 CET 2008
Hi there Super-Secret CapCity,
On Jan 28, 2008 10:41 AM, CapCity <sg0000 at gmail.com> wrote:
> We recently developed an R program as part of an application. We'd like to
> distribute this, but not allow access to the R source code. Is this
> possible?
if your code is using the R language (not native code) the short
answer is no and the hacker-safe answer is no. You can use body() to
fake the source-code of a function, but that is easy to get around. I
don't know of any R obfuscators.
See also http://www.r-project.org/posting-guide.html
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
More information about the R-devel
mailing list