[Rpy] rpy2 release 2.0.7

2009-09-24 Thread Laurent Gautier
The release is at Pypi (source package) and on sourceforge (python2.6 msi MS Windows installer). This is a bug-fix release, while development for 2.1 continues (and the online-doc for 2.1-dev was updated together with the one for 2.0.7). L. --

[Rpy] r call stalls in Pytonwin

2009-09-24 Thread Jon Hak
When I try to run a dissimilarity analysis using the vegan library in Pythonwin calling to R I seem to get into a situation that I can only describe as stalling without any error generated. I can run the exact process in R directly and it runs fine, and I would like to set this up as a tool fro

[Rpy] SF.net SVN: rpy:[764] trunk/htdocs/news.data

2009-09-24 Thread lgautier
Revision: 764 http://rpy.svn.sourceforge.net/rpy/?rev=764&view=rev Author: lgautier Date: 2009-09-25 05:31:50 + (Fri, 25 Sep 2009) Log Message: --- entry for release 2.0.7; fix in the layout of an older news entry Modified Paths: -- trunk/htdocs/news.da

Re: [Rpy] r call stalls in Pytonwin

2009-09-24 Thread Laurent Gautier
Jon, It is not clear to me where the call hangs. Is it at the last line of your example ? Is it somewhere earlier ? Also, making the example a standalone one (i.e., not relying on third-party data no one else than you has) may increase the chances of having others find what is happening. Best