Re: [Rd] C or Java code generation

2010-08-21 Thread Vyacheslav Karamov
Simon Urbanek пишет: On Aug 20, 2010, at 1:15 PM, Paul Johnson wrote: On Thu, Aug 19, 2010 at 5:47 AM, Vyacheslav Karamov ubuntul...@yandex.ru wrote: x.ru Hi All! I'm new to R and I need to know is it possible for R to generate C/C++ source code,

Re: [Rd] C or Java code generation

2010-08-20 Thread Vyacheslav Karamov
Dirk Eddelbuettel пишет: No, what you describe in the next few hundred lines would _build the examples if the package is already installed_ Also, building these examples (once you have the package is installed) does Work For Me (TM) in the sense that the compiles and linking steps succeed

Re: [Rd] C or Java code generation

2010-08-20 Thread Romain Francois
Le 20/08/10 10:32, Vyacheslav Karamov a écrit : Dirk Eddelbuettel пишет: No, what you describe in the next few hundred lines would _build the examples if the package is already installed_ Also, building these examples (once you have the package is installed) does Work For Me (TM) in the sense

Re: [Rd] C or Java code generation

2010-08-20 Thread Sharpie
Romain Francois wrote: Hi, It installs just like any other R package, there is no need for a Makefile. $ R CMD RInside_0.2.3.tar.gz Should probably be: R CMD INSTALL RInside_0.2.3.tar.gz But are we misleading the OP a little bit about what RInside can help him do? His original

Re: [Rd] C or Java code generation

2010-08-20 Thread Dirk Eddelbuettel
On 20 August 2010 at 08:02, Sharpie wrote: | So, unless I am gravely mistaken, RInside is just a nice cross-platform | replacement for the RDCOM interface. It won't solve the problem of needing I wrote RInside, and I am unaware of any attempts of mine to either copy, clone or otherwise imitate

Re: [Rd] C or Java code generation

2010-08-20 Thread Sharpie
Dirk Eddelbuettel wrote: On 20 August 2010 at 08:02, Sharpie wrote: | So, unless I am gravely mistaken, RInside is just a nice cross-platform | replacement for the RDCOM interface. It won't solve the problem of needing I wrote RInside, and I am unaware of any attempts of mine to

Re: [Rd] C or Java code generation

2010-08-20 Thread Simon Urbanek
On Aug 20, 2010, at 11:17 AM, Dirk Eddelbuettel wrote: On 20 August 2010 at 08:02, Sharpie wrote: | So, unless I am gravely mistaken, RInside is just a nice cross-platform | replacement for the RDCOM interface. It won't solve the problem of needing I wrote RInside, and I am unaware of

Re: [Rd] C or Java code generation

2010-08-20 Thread Dirk Eddelbuettel
On 20 August 2010 at 08:25, Sharpie wrote: | My apologies Dirk, I phrased that badly. No worries. | What I ment is that RInside provides an interface by which the C++ program | can interact with R. Essentially, what the OP would gain from RInside is | that he would not have to use DCOM.

Re: [Rd] C or Java code generation

2010-08-20 Thread Paul Johnson
On Thu, Aug 19, 2010 at 5:47 AM, Vyacheslav Karamov ubuntul...@yandex.ru wrote: x.ru           Hi All!           I'm new to R and I need to know is it possible for R to        generate           C/C++ source code, Java byte code or native Win32 DLL like        MatLab? Is there any

Re: [Rd] C or Java code generation

2010-08-20 Thread Simon Urbanek
On Aug 20, 2010, at 1:15 PM, Paul Johnson wrote: On Thu, Aug 19, 2010 at 5:47 AM, Vyacheslav Karamov ubuntul...@yandex.ru wrote: x.ru Hi All! I'm new to R and I need to know is it possible for R to generate C/C++ source code, Java byte code or

[Rd] C or Java code generation

2010-08-19 Thread Vyacheslav Karamov
Hi All! I'm new to R and I need to know is it possible for R to generate C/C++ source code, Java byte code or native Win32 DLL like MatLab? --- WBR, Vyacheslav. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] C or Java code generation

2010-08-19 Thread Vyacheslav Karamov
Daniel Cegiełka пишет: http://www.rforge.net/r2c/ regards, daniel 2010/8/19 Vyacheslav Karamov ubuntul...@yandex.ru mailto:ubuntul...@yandex.ru Hi All! I'm new to R and I need to know is it possible for R to generate C/C++ source code, Java byte code or native Win32 DLL like

Re: [Rd] C or Java code generation

2010-08-19 Thread Daniel Cegiełka
2010/8/19 Vyacheslav Karamov ubuntul...@yandex.ru Daniel Cegiełka пишет: http://www.rforge.net/r2c/ regards, daniel 2010/8/19 Vyacheslav Karamov ubuntul...@yandex.ru mailto: ubuntul...@yandex.ru Hi All! I'm new to R and I need to know is it possible for R to generate

Re: [Rd] C or Java code generation

2010-08-19 Thread Vyacheslav Karamov
Daniel Cegiełka пишет: 2010/8/19 Vyacheslav Karamov ubuntul...@yandex.ru mailto:ubuntul...@yandex.ru Daniel Cegiełka пишет: http://www.rforge.net/r2c/ regards, daniel 2010/8/19 Vyacheslav Karamov ubuntul...@yandex.ru

Re: [Rd] C or Java code generation

2010-08-19 Thread Daniel Cegiełka
Is there any posibility to use R without installing? I mean that I have my own application written in MS Visual C++ and I need to use R script in this app. I can install R and use it via DCOM, but it's not convenient for the end users of my program. Dirk Eddelbuettel love R/C++

Re: [Rd] C or Java code generation

2010-08-19 Thread Dirk Eddelbuettel
On 19 August 2010 at 13:02, Daniel Cegiełka wrote: | Is there any posibility to use R without installing? | | I mean that I have my own application written in MS Visual C++ and I need | to use R script in this app. I can install R and use it via DCOM, but it's | not convenient for the end

Re: [Rd] C or Java code generation

2010-08-19 Thread Dirk Eddelbuettel
On 19 August 2010 at 17:06, Vyacheslav Karamov wrote: | Dirk Eddelbuettel пишет: | On 19 August 2010 at 13:02, Daniel Cegiełka wrote: | | Is there any posibility to use R without installing? | | | | I mean that I have my own application written in MS Visual C++ and I need | | to use R