[Rpy] rpy2-2.0.6 on ubuntu 9.04: tests fail

2009-07-13 Thread Agustin Lobo
Hi! After installing (python setup.py install), I run the tests and get the following. What should I do? Thanks Agus # python Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import rpy2.tests >>

[Rpy] rpy_classic in rpy2

2009-07-13 Thread Laurent Gautier
Hi, If the user-base for rpy wishes a better coverage of rpy-1.x functionalities in rpy2, contributions are welcome. No knowledge of the C-level interface for Python and R is necessary, and everything can be implemented with rpy2.rinterface. In the absence of contributions, rpy_classic will lik

Re: [Rpy] rpy and maps

2009-07-13 Thread Laurent Gautier
Chuck White wrote: > Here's a piece of code used to plot some locations on a map. > > from rpy2.robjects import r,RDataFrame,globalEnv > r.library('maps') > self.store_info = r['read.delim']('file.dlm', sep='|', header=True) > r.png(file='locations.png', width=1500, height=840, bg='transparent') >

[Rpy] [ rpy-Support Requests-2821065 ] installing RPy on OS X with deps satisfied through MacPorts

2009-07-13 Thread SourceForge.net
Support Requests item #2821065, was opened at 2009-07-13 23:16 Message generated for change (Tracker Item Submitted) made by mamoll You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453022&aid=2821065&group_id=48422 Please note that this message will contain a full co

[Rpy] rpy and maps

2009-07-13 Thread Chuck White
Here's a piece of code used to plot some locations on a map. from rpy2.robjects import r,RDataFrame,globalEnv r.library('maps') self.store_info = r['read.delim']('file.dlm', sep='|', header=True) r.png(file='locations.png', width=1500, height=840, bg='transparent') r.map('state') r.points(r['$'](s

Re: [Rpy] Rpy2 installation on OS X: GCC?

2009-07-13 Thread David Kim
I got some requests to share the answer to my question regarding Rpy2 and the gcc error I was getting. See the response below if you are running EPD and are thinking of installing Rpy2... David Kim wrote: > Running rpy2-2.0.6/setup.py -q bdist_egg --dist-dir /var/folders/A4/ > A44P935JH0OrA7hGlWeH