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
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
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
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\rpy2\robjects\__init__.py", line
421, in __call__
p = s