Re: [Rpy] Fwd: rpy2- error using hist example on WXP...

2008-08-17 Thread Laurent Gautier
2008/8/17 Vince Fulco <[EMAIL PROTECTED]>: > x = robjects.r.rnorm(100) > > robjects.r('hist(%s, xlab="x", main="hist(x)")' %repr(x)) > > Traceback (most recent call last): > File "", line 1, in > robjects.r('hist(%s, xlab="x", main="hist(x)")' %repr(x)) > File "C:\Python25\Lib\site-packages\rp

[Rpy] SF.net SVN: rpy:[630] branches/rpy_nextgen/rpy/robjects/tests/testRObject. py

2008-08-17 Thread lgautier
Revision: 630 http://rpy.svn.sourceforge.net/rpy/?rev=630&view=rev Author: lgautier Date: 2008-08-17 10:35:41 + (Sun, 17 Aug 2008) Log Message: --- code cleaning: renamed variable. Modified Paths: -- branches/rpy_nextgen/rpy/robjects/tests/testRObject.p

[Rpy] SF.net SVN: rpy:[631] branches/rpy_nextgen/rpy/robjects/tests/testRobjects. py

2008-08-17 Thread lgautier
Revision: 631 http://rpy.svn.sourceforge.net/rpy/?rev=631&view=rev Author: lgautier Date: 2008-08-17 10:38:46 + (Sun, 17 Aug 2008) Log Message: --- - Split tests cases into two classes: one about mapping tests, one about R process tests. - Added test for the problem w

[Rpy] SF.net SVN: rpy:[632] branches/rpy_nextgen/rpy/rinterface

2008-08-17 Thread lgautier
Revision: 632 http://rpy.svn.sourceforge.net/rpy/?rev=632&view=rev Author: lgautier Date: 2008-08-17 10:56:14 + (Sun, 17 Aug 2008) Log Message: --- - Fixed buggy constructors in SexpVector wrappers - Added unit tests to assert bug fixes Modified Paths: --

[Rpy] SF.net SVN: rpy:[633] branches/rpy_nextgen/rpy/robjects/tests/testRobjects. py

2008-08-17 Thread lgautier
Revision: 633 http://rpy.svn.sourceforge.net/rpy/?rev=633&view=rev Author: lgautier Date: 2008-08-17 10:58:53 + (Sun, 17 Aug 2008) Log Message: --- Added test for mapping S4 instances. Modified Paths: -- branches/rpy_nextgen/rpy/robjects/tests/testRobje

Re: [Rpy] Fwd: rpy2- error using hist example on WXP...

2008-08-17 Thread Vince Fulco
Oddly on the original WXP box and running in IDLE, the R graphics device appears but no plot is drawn and no error message is given. Running from the CLI, the plot is generated w/o a hitch. On an unrelated note, trying a standard install on my FC8 x86_64 box fails with Rinternals.h, Rdefines.h, et

Re: [Rpy] Fwd: rpy2- error using hist example on WXP...

2008-08-17 Thread laurent
On Sun, 2008-08-17 at 13:48 -0400, Vince Fulco wrote: > Oddly on the original WXP box and running in IDLE, the R graphics > device appears but no plot is drawn and no error message is given. > Running from the CLI, the plot is generated w/o a hitch. Event loops entanglements, I suppose. The code c