Re: [Rpy] Rpy 1.0.3 install error with R 2.14.0 under Mac OS Lion

2011-12-09 Thread Jean-Baptiste Marquette
Hi Peter, Works fine, thanks for the hint. Cheers JB Le 9 déc. 2011 à 11:21, Peter a écrit : > On Fri, Dec 9, 2011 at 3:11 PM, Jean-Baptiste Marquette > wrote: >> Dear Rpy gurus, >> >> I got the following issues while trying to install rpy 1.0.3 on my MacBook >> Pro: >> >> first, I was una

Re: [Rpy] Rpy 1.0.3 install error with R 2.14.0 under Mac OS Lion

2011-12-09 Thread Peter
On Fri, Dec 9, 2011 at 3:11 PM, Jean-Baptiste Marquette wrote: > Dear Rpy gurus, > > I got the following issues while trying to install rpy 1.0.3 on my MacBook > Pro: > > first, I was unable to fetch my R version which is 2.14.0. I modified the > line 101 in rpy_tools.py as > >     version = re.se

[Rpy] Rpy 1.0.3 install error with R 2.14.0 under Mac OS Lion

2011-12-09 Thread Jean-Baptiste Marquette
Dear Rpy gurus, I got the following issues while trying to install rpy 1.0.3 on my MacBook Pro: first, I was unable to fetch my R version which is 2.14.0. I modified the line 101 in rpy_tools.py as version = re.search(" +([0-9]\.[0-9][0-9]\.[0-9])", output) to deal with the 2 digit nu