Re: [Rpy] A terrible experience with rpy2.

2009-04-22 Thread Bo Peng
On Wed, Apr 22, 2009 at 10:33 PM, laurent wrote: > On Wed, 2009-04-22 at 12:16 -0500, Bo Peng wrote: > (...) I apologize for the wording of my previous email, which was sent, less than politely, out of my extreme frustration over a software I had high expectation. However, if you consid

[Rpy] A terrible experience with rpy2.

2009-04-22 Thread Bo Peng
Dear all, I have been a long time rpy user. rpy is *very simple* to use in that you essentially only need to remember two things: 1. Call a R function using r.func(). The only exception is to use _ for . in case that there is a dot in the function name (r.R_Version() for R.Version() and r.dev_off

[Rpy] Cannot build rpy 1.0.3 under windows using Visual C++.

2008-12-02 Thread Bo Peng
When I do 'python setup.py install', everything compiles well but the last link command failed with 'R.lib' not found. Am I supposed to use mingw, or convert R.dll to R.lib in advance? Thanks. Bo - This SF.Net email is sponso

Re: [Rpy] RPy & Windows install and import problems

2007-11-29 Thread Bo Peng
> Somehow I missed the removal of the 'xstr(...)' when I generated the source > for 1.0.0. I've committed the appropriate change to svn, and have built a > Windows binary installer for rpy, which I will post once I've run through > the tests to ensure that everything else is happy... I am about

Re: [Rpy] R.2.4.1 and python 2.5 support are added.

2007-02-15 Thread Bo Peng
On 2/16/07, Gregory. R. Warnes <[EMAIL PROTECTED]> wrote: > Thanks Bo! You are welcome. I suggest that we keep this R-2.0.0-R-2.x.x format because otherwise there is no way (other than looking at site-packages/_rpy.pyd) to know which R versions are supported. BTW, what is the status of numpy/

[Rpy] R.2.4.1 and python 2.5 support are added.

2007-02-15 Thread Bo Peng
Hi, I have uploaded two files rpy-1.0-RC2.win32-R2.0.0-R-2.4.1-py2.4.exe andrpy-1.0-RC2.win32-R2.0.0-R-2.4.1-py2.5.exe. Please report here if you experience any problem with them. Cheers, Bo - Take Surveys. Earn C

[Rpy] How to handle parameter names with . (dot)?

2006-11-10 Thread Bo Peng
Hi, all, Functions like dev.off can be passed to R as r.dev_off, but I am having trouble passing parameters with . (dot) in their names. For example, how to run box( axis.col='yellow')? Thanks. Bo - Using Tomcat but need to