[Rpy] Bug:Couldn't obtain version number from output of `R --version'

2010-04-20 Thread Diana Amiel
Dear who may concern I install R2.10.1-win32,python2.6,pywin2.6.Numpy 2.6 and Rpy2-2.0.8 in my computer.After I set the path, and from pry import *, I met the Bug"Couldn't obtain version number from output of `R --version'. Does anyone know how to fix it? Sincerely Jiefan --

Re: [Rpy] RPy 2.1.0rc issue

2010-04-20 Thread Christian Marquardt
On Tue, Apr 20, 2010 at 10:05 PM, Laurent Gautier wrote: [...] > locfit = importr("locfit") > > would be recommended (so you are sure of where "locfit" comes from) > > locfit is advertised to accept a /formula/. > I'd suspect that the error is because loc does not implicitly turn strings > into fo

Re: [Rpy] RPy 2.1.0rc issue

2010-04-20 Thread Laurent Gautier
On 4/20/10 3:10 AM, Christian Marquardt wrote: > Hi, > > I'm very new to RPy, so I apologize in advance if the question is stupid... > > In the following (python 2.5.2, R 2.10.1, numpy 1.4.0, rpy 2.1.0rc), the call > to > R.lm works fine, but a similar call to locfit (from the locfit package at >