Re: [R] compiling an R script

2012-05-01 Thread mlell08
On 01.05.2012 00:12, strycker wrote: > I'm interested in this question, too, not so I can hide code, but so I can > run R code faster. It's been my experience that compiled code always runs > faster than interpreted code. Can you explain further how to compile a > front-end? > > -- > View this me

Re: [R] compiling an R script

2012-04-30 Thread strycker
I'm interested in this question, too, not so I can hide code, but so I can run R code faster. It's been my experience that compiled code always runs faster than interpreted code. Can you explain further how to compile a front-end? -- View this message in context: http://r.789695.n4.nabble.com/c

Re: [R] compiling an R script

2010-05-17 Thread Jean-Christophe Domenge
Thanks a lot for your help Duncan, message forwarded. Jean-Christophe On Wed, May 12, 2010 at 15:20, Duncan Murdoch wrote: > On 12/05/2010 8:34 AM, Jean-Christophe Domenge wrote: > >> Dear R gurus, >> some guy at my company would like to compile a script written in R. >> In short he would like t

Re: [R] compiling an R script

2010-05-12 Thread Duncan Murdoch
On 12/05/2010 8:34 AM, Jean-Christophe Domenge wrote: Dear R gurus, some guy at my company would like to compile a script written in R. In short he would like to create an execution directory containing only binaries resulting from the compilation of R and C++ sources, while keeping the said sour

[R] compiling an R script

2010-05-12 Thread Jean-Christophe Domenge
Dear R gurus, some guy at my company would like to compile a script written in R. In short he would like to create an execution directory containing only binaries resulting from the compilation of R and C++ sources, while keeping the said sources on another machine. Thanks for any help, Jean-Chri