Re: [Rpy] Problem installing rpy2 after upgrade to 11.10

2011-11-16 Thread Laurent Gautier
Let me guess: R was not compiled as a shared library. http://rpy.sourceforge.net/rpy2/doc-2.2/html/overview.html#req Try Dirk Eddelbuettel's debian packages. http://cran.r-project.org/bin/linux/ubuntu/README The latest rpy2 release has so far always be there within days. L. On 2011-11-14 16:

Re: [Rpy] Error when I try to install Rpy2 on Centos x64 6.0

2011-11-16 Thread Laurent Gautier
As it says in console output (and in the documentation for rpy2): R was not built as a library http://rpy.sourceforge.net/rpy2/doc-2.2/html/overview.html#requirements L. On 2011-11-15 14:26, Arvind IK Chari wrote: Hi I am trying to install Rpy2 on a centos 6 -x64 system. However I am gettin

Re: [Rpy] fail install on Mac OS X 10.6.8

2011-11-16 Thread Laurent Gautier
On 2011-10-19 10:10, Johannes Radinger wrote: > Hello... > > For your information: I am working with > R version 2.13.1 (2011-07-08) > > Anyway I found a hint in the internet at > (http://code.google.com/p/pyrit/issues/detail?id=337) > and tried to build and install with: > > env ARCHFLAGS="-arch i

Re: [Rpy] Problems to install rpy2 by Terminal window

2011-11-16 Thread Laurent Gautier
The important bit seems to be: /Library/Frameworks/R.framework/Resources/include/Rconfig.h:5:25: error: ppc/Rconfig.h: No such file or directory You may want to check what is the R on your system picked up by the rpy2 install process and how it was installed / where it is coming from. L.