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
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
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
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:
--
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
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
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