[R] Interfacing R

2005-06-13 Thread Vivek Subramanian
hi, i am developing an application on the windows platform with the win32 api. my application has to accept a file and then call R to process that file. i would like to know how i can do this? is there a header file that i can use or is there any other way to do it. i am writting my application

[r] interfacing r and python in ms windows

2003-12-10 Thread Hogendoorn, Rene
I have a windows rpy for python 2.3 if you like. Regards, René Hogendoorn __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Re: [R] Interfacing R and Python in MS Windows

2003-12-09 Thread Uwe Ligges
Héctor Villafuerte D. wrote: Hi all, I need the power of R from within some of my Python programs... I use debian linux (woody) at home and windows XP at work (the latter is where I need to get things done!) This are my packages: R 1.8.0 Python 2.3 RSPython 0.5-3 This is what I've done: (1) Since

Re: [R] Interfacing R and Python in MS Windows

2003-12-09 Thread Héctor Villafuerte D.
Uwe Ligges wrote: Héctor Villafuerte D. wrote: Hi all, I need the power of R from within some of my Python programs... I use debian linux (woody) at home and windows XP at work (the latter is where I need to get things done!) This are my packages: R 1.8.0 Python 2.3 RSPython 0.5-3 This is what

Re: [R] Interfacing R and Python in MS Windows

2003-12-09 Thread Héctor Villafuerte D.
I got farther this time, but it wasn't enough though... does anyone know what this errors are? Thanks! Hector E:\to_doRcmd INSTALL e:/to_do/RSPython.tar.gz -- Making package RSPython ** WARNING: this package has a configure

Re: [R] Interfacing R and Python in MS Windows

2003-12-09 Thread Prof Brian Ripley
I believe RSPython is from Omegahat, so why not ask on the mailing list for Omegahat? On Tue, 9 Dec 2003, Héctor Villafuerte D. wrote: I got farther this time, but it wasn't enough though... does anyone know what this errors are? -- Brian D. Ripley, [EMAIL PROTECTED]

[R] Interfacing R and C++ under Windows

2003-01-03 Thread Pijus Virketis
Dear all, My colleague, who has been helping me with wrapping some older C++ code for use in R, has been running into some issues, which he asked me to post here: - ERROR is defined in RS.h which is included in Rdefines.h which conflicts with Visual Studio's ERROR - TRACE is defined in

Re: [R] Interfacing R and C++ under Windows

2003-01-03 Thread ripley
On Fri, 3 Jan 2003, Pijus Virketis wrote: My colleague, who has been helping me with wrapping some older C++ code for use in R, has been running into some issues, which he asked me to post here: - ERROR is defined in RS.h which is included in Rdefines.h which conflicts with Visual Studio's