Re: [Rpy] windows support

2012-07-17 Thread Uwe Schmitt
Hi, did anybody try to embed R using the ctypes module ? I can load and call the mingw built R.dll in a Python interpreter built by MSVC 1500 without a crash: import ctypes as c lib = c.CDLL("R.dll") lib.R_running_as_main_program = c.c_int(1) lib.Rf_initialize_R(0,0) lib.Rf_m

[Rpy] SF.net SVN: rpy:[795] trunk/rpy/debian

2012-07-17 Thread eddelbuettel
Revision: 795 http://rpy.svn.sourceforge.net/rpy/?rev=795&view=rev Author: eddelbuettel Date: 2012-07-17 13:29:28 + (Tue, 17 Jul 2012) Log Message: --- Changes for R 2.15.1 build Modified Paths: -- trunk/rpy/debian/changelog trunk/rpy/debian/control