I've been having a lot of problems with intermittent crashes while
using RPy under a rather old Python 2.4.2 install, with no Numeric
support whatsoever. This is all under Linux.
Here's an example of the code which causes a crash. I'm loading an R
file and want to verify that it only conta
On Apr 29, 2008, at 5:03 PM, Gregory Warnes wrote:
> There are a couple of solutions. One, as you describe, is to
> construct an R expression in a string and have R evaluate the
> string. Another solution is to create the data frame object
> without names, then add the names in a separate