Re: [Rpy] 2.1.0 last call for reporting issues before the release

2010-04-18 Thread Laurent Gautier
On 4/12/10 9:31 PM, Yaroslav Halchenko wrote: > I am still experiencing problems (segfault) in pymvpa with rpy2 on 64bit. That's annoying. Let's see what we can do about it. > But > lets start with unittests -- if I try using nosetests to discover/run them > then > I can get a segfault too: > >

Re: [Rpy] rpy2-2.1 console capture

2010-04-18 Thread Gary Strangman
>> In the older versions of rpy(2?), I could redirect stdout to a file to >> capture all console output. This was adequate, though I got lots of extra >> info over and above what R would print for the same object. (For example, >> when printing the result of an lm() model fit, I'd get the entire d

Re: [Rpy] rpy2-2.1 console capture

2010-04-18 Thread Laurent Gautier
On 4/17/10 3:44 PM, Gary Strangman wrote: > > Hi rpy'ers, > > In the older versions of rpy(2?), I could redirect stdout to a file to > capture all console output. This was adequate, though I got lots of extra > info over and above what R would print for the same object. (For example, > when print

Re: [Rpy] rpy2-2.1rc and formulas

2010-04-18 Thread Gary Strangman
Done ... #36. On Wed, 14 Apr 2010, Gary Strangman wrote: > > Does the following happen for anyone else? > > /space/nsg/8/users> python > Python 2.6.3 (r263:75183, Oct 16 2009, 12:24:10) > [GCC 3.4.6 20060404 (Red Hat 3.4.6-10)] on linux2 > Type "help", "copyright", "credits" or "license" for mor

Re: [Rpy] rpy2-2.1rc and formulas

2010-04-18 Thread Laurent Gautier
I can reproduce it. Please fill a bug report. In the meanwhile, the following is working: rpy2.robjects.Formula('y ~ x') Laurent On 4/14/10 5:08 PM, Gary Strangman wrote: > > Does the following happen for anyone else? > > /space/nsg/8/users> python > Python 2.6.3 (r263:75183, Oct 16 2009,

Re: [Rpy] Windows installer for 2.1rc?

2010-04-18 Thread Laurent Gautier
On 4/12/10 8:33 PM, Peter wrote: > On Mon, Apr 12, 2010 at 7:20 PM, Laurent Gautier wrote: >> >> On 4/12/10 7:46 PM, Peter wrote: >>> (...) > >>> Why isn't rpy2 checking the registry to find R (a regression from rpy1)? >> >> It does, but only at run time. >> >> Building is a more advanced operatio

Re: [Rpy] Close plots?

2010-04-18 Thread Laurent Gautier
This makes sense for the first examples. My personal feeling is that having it for each and every example might be too much). Thanks for the input. Laurent On 4/3/10 7:00 PM, Vincent Davis wrote: > Closing an X11 window is an interactive event: > > > >